8194 Commits (22bf6f7054d46e942ab02d434d3af6c08875576b)

Author SHA1 Message Date
Diego Biurrun f6f95d4e49 doxygen: consistently place brief description 14 years ago
Diego Biurrun ec679eb453 doxygen: place empty line between brief description and detailed description 14 years ago
Diego Biurrun 5a819c5e23 avformat_open_input(): Add braces to shut up gcc warning. 14 years ago
Michael Niedermayer 371888cad5 seektest: forgot adding a file (from commit 191c5f8ff3 during the last merge) 14 years ago
Anton Khirnov f2f523fffc Add an APIChanges entry and bump minor versions for recent changes. 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Anton Khirnov e358f7ee90 lavf: fix invalid reads in avformat_find_stream_info() 14 years ago
Anton Khirnov 13551ad1e3 lavf: fix segfault in av_open_input_stream() 14 years ago
Jindrich Makovicka 575c38d76c mpegtsenc: set Random Access indicator on keyframe start packets 14 years ago
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Diego Biurrun 191c5f8ff3 build: move tests/seek_test.c to libavformat and reuse generic build rules 14 years ago
Kostya Shishkov 2c4d7bf008 mxfenc: include needed header for ff_iso8601_to_unix_time() prototype 14 years ago
Anton Khirnov 6379900c53 Add a check for strptime(). 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Tomas Härdin b21e6b707f wav: parse 'bext' metadata 14 years ago
Tomas Härdin 67b1761fcb wav: keep parsing until EOF if the input is seekable and we know the size of the data tag 14 years ago
Tomas Härdin 90f2ee8cb4 wav: Refactor the tag checking into a switch statement 14 years ago
Tomas Härdin 1cf18de982 wav: make sure neither data_size nor sample_count is negative. 14 years ago
Tomas Härdin 7f84055e2d wav: refactor the 'fmt ' tag search and parsing. 14 years ago
Benjamin Larsson a4ad943860 wav: add an option for writing BEXT chunk 14 years ago
Kostya Shishkov 0cdd1208be Musepack SV7: try to read files without number of frames provided 14 years ago
Reimar Döffinger 896e59758a Move resetting of channels, sample_rate back to av_find_stream_info. 14 years ago
Carl Eugen Hoyos 45ecc7a294 Support adpcm_ima_wav and adpcm_ms in caf. 14 years ago
Carl Eugen Hoyos afa218f372 Add another MP3 CAF codec tag. 14 years ago
Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
Anton Khirnov 93ade976c8 matroskaenc: make SSA default subtitle codec. 14 years ago
Chris Evans 4cc3467e7a oggdec: prevent heap corruption. 14 years ago
Jindrich Makovicka 8923cfa328 mpegts: fix Continuity Counter error detection 14 years ago
Anton Khirnov fdb94444be matroskadec: fix stupid typo (!= -> ==) 14 years ago
Mans Rullgard 28e1c97916 build: rework rules for things in the tools dir 14 years ago
Anton Khirnov f47ac3c6ca matroskadec: reindent 14 years ago
Aaron Colwell 31ad14c21e matroskadec: defer parsing of cues element until we seek. 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov a67c061e0f lavf: add avformat_find_stream_info() 14 years ago
Carl Eugen Hoyos 43e96d0466 Support gsm_ms in caf files. 14 years ago
Matthew Hoops 84d098d943 segafilm: add support for videos with cri adx adpcm 14 years ago
Tomas Härdin 99fecc64b0 gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps 14 years ago
Anton Khirnov bda168d2b0 mp3enc: write a xing frame containing number of frames in the file 14 years ago
Anton Khirnov 1c6d2b7df0 lavf: update AVStream.nb_frames when muxing. 14 years ago
Anton Khirnov d31e3f7ccc gif: add loop private option. 14 years ago
Anton Khirnov 6002fdef5e img2: add loop private option. 14 years ago
Stefano Sabatini a953577b46 examples: move metadata-example.c to doc/examples 14 years ago
Alex Converse 7f01a4192c adts: Fix PCE copying. 14 years ago
Reimar Döffinger 4e59c8ecf1 Fix av_open_input_stream with uninitialized context pointer. 14 years ago
Anton Khirnov 5e8d2e337e lavf: deprecate AVStream.quality. 14 years ago
Kostya df64da3b1e bink: pass Bink version to audio decoder through extradata instead of codec_tag. 14 years ago
ami_stuff 3950376b8b Support fourcc YV24. 14 years ago
Carl Eugen Hoyos 923cff747a Support extension jls for jpeg-ls. 14 years ago
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
Clément Bœsch 76f105967b mxfenc: fix ignored drop flag in binary timecode representation. 14 years ago