9670 Commits (81d4b3af81b52a79f11705ef02d3f48747047404)

Author SHA1 Message Date
Justin Ruggles c2c316158f ape: stop reading after the last frame has been read 13 years ago
Justin Ruggles 66f7be3603 ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished 13 years ago
Justin Ruggles 1bc035bc03 ape: return error if seeking to the current packet fails in ape_read_packet() 13 years ago
Michael Niedermayer e81e0b9991 cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatible pointer type" 13 years ago
Michael Niedermayer 8d756c0d55 fix "warning: variable ‘cflags’ set but not used" 13 years ago
Michael Niedermayer 6679271700 avio: Fix "warning: initialization from incompatible pointer type" 13 years ago
Carl Eugen Hoyos bb9c8d9439 Add v408 / AYUV encoder and decoder. 13 years ago
Carl Eugen Hoyos 42ae83c196 Allow muxing VP6A into flv. 13 years ago
Reimar Döffinger 8162c6f0bd oggdec: add missing ogg_reset on seek. 13 years ago
Reimar Döffinger 1b0dc96fc9 oggdec: fix keyframe seeking when granule_is_start is 0. 13 years ago
Paul B Mahol 86b57e4efe ape: fix seeking 13 years ago
Reimar Döffinger 5b0103590c Remove warning about Ogg skeleton v4. 13 years ago
Reimar Döffinger d7b542ae29 Fix potential infinite discard loop. 13 years ago
Vincent Torri ed3c0fe85d Remove some warnings when compiling with mingw (mingw-w64, 32 bits) 13 years ago
Alex Converse 29a20ac4a1 movdec: Avoid av_malloc(0) in stss 13 years ago
Anton Khirnov d2afbd9a56 frame{crc/md5}: set the stream timebase from codec timebase. 13 years ago
Martin Storsjö 89415b8e3f movdec: Parse the dvc1 atom 13 years ago
Carl Eugen Hoyos af0f8c09cc Cosmentics: Fix AVUI comment. 13 years ago
Janne Grunau 7f19bdc2a2 movdec: fix dts generation in fragmented files 13 years ago
Clément Bœsch 6f55156234 dvenc: use new public timecode API. 13 years ago
Clément Bœsch bf6e83a8e8 mxfenc: use new public timecode API. 13 years ago
Clément Bœsch e2407556f1 gxfenc: use new public timecode API. 13 years ago
Clément Bœsch 11e5d3b9cf dv: use new public timecode API. 13 years ago
Clément Bœsch 77971609de mov: honor tmcd flags while extracting timecode meta. 13 years ago
Clément Bœsch bd10f01aa8 mov: use new public timecode API. 13 years ago
Michael Niedermayer 9fdae05607 libavformat/avformat.h: fix stray libavformat reference 13 years ago
Michael Niedermayer dbb7009ea5 westwood_aud: Fix project reference 13 years ago
Alex Converse 2d1c0dea5f dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 13 years ago
Michael Niedermayer 5a396bb3a6 dv: Fix null pointer dereference due to ach=0 13 years ago
Michael Niedermayer 635bcfccd4 dv: check stype 13 years ago
Alex Converse c0bc7bd1e7 swfdec: Simplify sample rate calculation. 13 years ago
Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 13 years ago
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 9a463917d3 lavf: remove the pointless value field from flv and iv8 13 years ago
Anton Khirnov afa4069e3b lavc/lavf: remove unnecessary symbols from the symbol version script. 13 years ago
Anton Khirnov 183eaa9a25 lavf: reorder AVInput/OutputFormat fields. 13 years ago
Michael Niedermayer b8c1655882 avidec: print informative error messages if seeking fails. 13 years ago
Clément Bœsch 6a3cc21242 mp3dec: fix truncating packet error message while decoding a complete MP3. 13 years ago
Martin Storsjö 75ab1e62d4 movdec: Ignore sample_degradation_priority bits when checking first_sample_flags 13 years ago
Martin Storsjö 89f6e8a20c flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too 13 years ago
Alex Converse c898431ca5 nsvdec: Propagate errors 13 years ago
Alex Converse 8fd8a48263 nsvdec: Be more careful with av_malloc(). 13 years ago
Michael Niedermayer 6a89b41d97 nsvdec: Fix use of uninitialized streams. 13 years ago
Martin Storsjö b7d3dd907f movenc: cosmetics: Get rid of camelCase identifiers 13 years ago
Carl Eugen Hoyos 5f27374c1b Cosmetics: Add bit per component information to v308 comment. 13 years ago
Martin Lambers 6fe12c7ff2 Detect jps and pns files as (3D) jpg and png images. 13 years ago
Diego Biurrun a846202343 rtsp: Remove some unused variables from ff_rtsp_connect(). 13 years ago
Rafaël Carré 420df8b7c4 avformat_write_header(): detail error message 13 years ago