January 26, 2011
View c6610a2

Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.

Diego Elio Pettenò authored on 2011/01/26 07:03:28
November 27, 2010
View fe9d2ed

DV: use data_offset to fix seeking in badly cut files where the first complete frame does not start at position 0.

Reimar Döffinger authored on 2010/11/27 23:40:12
March 31, 2010
View cc947f0

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.

Jean-Daniel Dupas authored on 2010/03/31 21:29:58
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 24, 2010
View d40a999

Fix seeking in DV when filesize is unknown.

Tomas Härdin authored on 2010/03/24 02:22:25
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
September 29, 2009
View f6765f3

Extend DV autodetection to also reliably detect single-frame DVs with a higher score that MAX/4. It checks that there are at least 10 DIF headers and at least one per 24000 bytes, and if so considers the file reliably detected as DV. Passes probetest, too.

Reimar Döffinger authored on 2009/09/29 19:12:18
September 15, 2009
View 6377de6

Try harder to avoid false positives for DV probe. Require at least one signature match per provided 1MB of probe data, and if there is only a single match, return at most MAX/4. Fixes issue1382 but could/should probably still be improved.

Reimar Döffinger authored on 2009/09/15 07:03:07
June 20, 2009
View 8a4ea20

fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com

Brian Brice authored on 2009/06/20 06:36:21
June 15, 2009
View 7060667

fix probing and demuxing of pond.dv, issue #887

Baptiste Coudurier authored on 2009/06/15 10:41:59
View d509c74

check if frame size matches old sys and assumes corrupted input, fixes #1192

Baptiste Coudurier authored on 2009/06/15 07:34:28
February 26, 2009
View e34a599

dv probe

Baptiste Coudurier authored on 2009/02/26 17:45:59
February 22, 2009
View 67d44b8

Support playback of incorrectly cut DV files where the headers do not start at the first byte.

Reimar Döffinger authored on 2009/02/22 18:42:56
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16