aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec_f.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* asfdec: fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-6/+6
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-5/+0
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
* avformat/asfdec_f: Parse ECC byte according to specMichael Niedermayer2015-07-221-7/+21
* avformat/asfdec_f: Improve packet resync heuristicMichael Niedermayer2015-07-221-1/+1
* avformat/asfdec_f: Do not print errors if packets do not start with ECCMichael Niedermayer2015-07-221-35/+46
* avformat/asfdec_f: Increase the amount of information provided in cases of er...Michael Niedermayer2015-07-221-4/+4
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
* avformat/asfdec_f: Fix memleakMichael Niedermayer2015-07-021-0/+1
* avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum2015-07-021-6/+14
* avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a...John Adlum2015-07-021-6/+11
* avformat/asfdec_f: factor error checking out of main header parsing loopJohn Adlum2015-07-021-7/+6
* avformat/asfdec_f: Assert that packet positions match in asf_read_pts()John Adlum2015-07-011-0/+1
* avformat/asfdec_f: Correct skip to key codeJohn Adlum2015-07-011-1/+2
* avformat: rename asfdec.c to asfdec_f.cMichael Niedermayer2015-06-301-0/+1659