April 30, 2011
View 148ffcd

Make DV (sub) demuxer set proper pkt->pos values.

Reimar Döffinger authored on 2011/04/30 18:55:36
March 5, 2011
View db44ea9

avio: avio_ prefix for url_fsize

Anton Khirnov authored on 2011/03/05 03:57:36
March 4, 2011
View 384c9c2

avio: add avio_tell macro as a replacement for url_ftell

Anton Khirnov authored on 2011/03/04 04:11:45
February 28, 2011
View f59d8ff

avio: avio_ prefix for url_fseek

Anton Khirnov authored on 2011/02/28 22:57:54
February 22, 2011
View e63a362

avio: avio_ prefixes for get_* functions

Anton Khirnov authored on 2011/02/22 00:43:01
January 26, 2011
View 66355be

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