January 26, 2011
View d36beb3

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
September 28, 2010
View 2a5db1a

In dv decoder, set sample aspect aspect ratio, fix issue #1612

Baptiste Coudurier authored on 2010/09/28 06:31:29
August 21, 2010
View 375fb9f

dv: fix alignment of scratch buffer

Måns Rullgård authored on 2010/08/21 04:49:47
July 8, 2010
View 0fd0ef7

Add new decoder property max_lowres and do not init decoder if requested value is higher.

Carl Eugen Hoyos authored on 2010/07/08 06:23:36
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 30, 2010
View 5b9c11f

Fix indentation.

Reimar Döffinger authored on 2010/03/30 05:58:19
March 22, 2010
View c787cb3

Add support for hard-coding the 256kB large dv_vlc_map table.

Reimar Döffinger authored on 2010/03/22 01:03:45
March 21, 2010
View 10249a5

Split VLC-related tables out of dvdata.h to make it easier to add support for hard-coding tables.

Reimar Döffinger authored on 2010/03/21 23:43:50
February 18, 2010
View 40d1122

Use LOCAL_ALIGNED macro for local arrays

Måns Rullgård authored on 2010/02/18 05:36:20
January 22, 2010
View c672780

Move array specifiers outside DECLARE_ALIGNED() invocations

Måns Rullgård authored on 2010/01/22 12:25:11
January 12, 2010
View 9514a08

Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().

Michael Niedermayer authored on 2010/01/12 22:54:35
December 12, 2009
View 6d01a97

Fail earlier for unsupported resolutions or pixel formats when encoding dv.

Tomas Härdin authored on 2009/12/12 08:56:49
November 10, 2009
View c47ca25

Make get_bits_left() available for use in libavcodec (was previously held private in dv.c for some reason). See "[PATCH] get_bits_left()" thread.

Ronald S. Bultje authored on 2009/11/10 07:10:43
October 16, 2009
View c76911b

Split parts of dvdata.h into dvdata.c, this ensures that things like work_chunks_* and dv_idct_factor_* variables appear only once in the binary instead of 3 times. Saves 3264 bytes in .rodata and 312416 bytes in .bss on x86_64.

Reimar Döffinger authored on 2009/10/16 16:55:57