summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-162-39/+33
|\
| * lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-151-30/+30
| * avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-151-10/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1513-21/+22
|\ \ | |/
| * doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-156-7/+7
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-154-8/+4
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-152-4/+7
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-143-3/+3
| * doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-142-1/+3
| * avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-141-1/+1
* | wtvdec: also support big-sectors when fat depth is zeroPeter Ross2011-07-151-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-145-14/+14
|\ \ | |/
| * Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-141-1/+1
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-143-12/+12
| * lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-141-1/+1
* | seektest: forgot adding a file (from commit 191c5f8ff33eb995b6dbc5b11af7c1a79...Michael Niedermayer2011-07-141-0/+133
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-1410-46/+186
|\ \ | |/
| * lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-131-1/+2
| * mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-131-11/+56
| * lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-131-6/+3
| * build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-132-1/+134
| * mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-131-0/+1
| * Add a check for strptime().Anton Khirnov2011-07-131-0/+6
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-136-21/+20
| * wav: parse 'bext' metadataTomas Härdin2011-07-131-0/+101
| * wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-131-15/+32
| * wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-131-4/+9
| * wav: make sure neither data_size nor sample_count is negative.Tomas Härdin2011-07-131-0/+6
| * wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin2011-07-131-18/+39
| * wav: add an option for writing BEXT chunkBenjamin Larsson2011-07-131-0/+78
| * Musepack SV7: try to read files without number of frames providedKostya Shishkov2011-07-131-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-138-10/+67
|\ \ | |/
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-126-7/+63
| * matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-121-1/+1
| * oggdec: prevent heap corruption.Chris Evans2011-07-111-2/+3
* | Move resetting of channels, sample_rate back to av_find_stream_info.Reimar Döffinger2011-07-121-0/+9
* | Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2011-07-122-2/+8
* | Add another MP3 CAF codec tag.Carl Eugen Hoyos2011-07-121-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-2/+3
|\ \ | |/
| * mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-07-111-2/+3
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-116-64/+141
|\ \ | |/
| * matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-101-1/+1
| * build: rework rules for things in the tools dirMans Rullgard2011-07-101-0/+1
| * matroskadec: reindentAnton Khirnov2011-07-101-15/+15
| * matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-101-45/+86
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-103-3/+3
| * lavf: add avformat_find_stream_info()Anton Khirnov2011-07-102-5/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-102-17/+38
|\ \ | |/
| * segafilm: add support for videos with cri adx adpcmMatthew Hoops2011-07-091-7/+21
| * gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-091-9/+16