aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* add support for FLAC in matroskaAurelien Jacobs2006-11-211-0/+9
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-215-35/+42
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-214-107/+138
* add support for tta in matroskaAurelien Jacobs2006-11-201-0/+18
* cosmetics: reindent after last commitAurelien Jacobs2006-11-201-7/+7
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-201-7/+32
* matroska: properly handle real video extradataAurelien Jacobs2006-11-201-1/+8
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-201-2/+1
* IdentationKostya Shishkov2006-11-191-7/+7
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-191-3/+34
* Fix misplaced comment.Diego Biurrun2006-11-181-2/+2
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-181-7/+6
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-171-1/+1
* update to libnut, use framecode table generatorOded Shimon2006-11-171-29/+1
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-171-26/+26
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-161-5/+6
* parse video frame headers to get key flagBaptiste Coudurier2006-11-161-0/+1
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ...Michael Niedermayer2006-11-161-1/+2
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-161-0/+1
* check max_pts_distanceMichael Niedermayer2006-11-161-11/+13
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-161-1/+9
* remove unused variablesMichael Niedermayer2006-11-161-2/+1
* removing unused codeMichael Niedermayer2006-11-161-25/+1
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-161-11/+2
* Update to libnut API, non-negative errorsOded Shimon2006-11-161-4/+7
* update to libnut API, don't free the streamsOded Shimon2006-11-151-1/+0
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-151-6/+6
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-141-1/+1
* check for frames with 2*size > max_dist and no crcMichael Niedermayer2006-11-141-0/+3
* resync from last syncpointMichael Niedermayer2006-11-141-1/+1
* remove skip spamMichael Niedermayer2006-11-141-1/+0
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-143-47/+29
* update to libnut, add cache_syncpointsOded Shimon2006-11-141-1/+2
* add 422P@HL I-only universal labelBaptiste Coudurier2006-11-141-0/+1
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-141-13/+11
* indentionMichael Niedermayer2006-11-141-21/+21
* seeking with indexMichael Niedermayer2006-11-141-15/+14
* index less seeking in O(log n) timeMichael Niedermayer2006-11-142-12/+84
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-141-1/+1
* check for inet_aton in configureMåns Rullgård2006-11-141-1/+1
* simplifyMåns Rullgård2006-11-141-4/+2
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-142-14/+37
* partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4Baptiste Coudurier2006-11-141-0/+4
* Remove wrong/misleading comment.Diego Biurrun2006-11-141-1/+0
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-131-1/+1
* Simplify VMD demuxer (but it still does not work right)Kostya Shishkov2006-11-131-94/+33
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-121-4/+2
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-121-3/+3
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-121-3/+5