summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Woops, this file was supposed to be added in r5556: "Move initialisations and...Guillaume Poirier2006-06-301-0/+184
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-308-176/+7
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-291-1/+2
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-291-9/+9
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-291-3/+2
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-281-1/+4
* Properly set the image depthLuca Abeni2006-06-281-4/+12
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-281-2/+16
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-252-7/+7
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-251-1/+1
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-251-1/+2
* cleaned up buffer managementMåns Rullgård2006-06-251-19/+34
* check only existing streamsBaptiste Coudurier2006-06-251-5/+6
* minor cleanupLuca Barbato2006-06-241-2/+3
* simplifyBaptiste Coudurier2006-06-241-53/+28
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-201-1/+0
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-201-1/+1
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-191-0/+2
* fix aac in mov for ipodBaptiste Coudurier2006-06-191-4/+12
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-186-20/+20
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-1710-15/+15
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-161-1/+1
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-161-11/+16
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-169-17/+1
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
* export all tracks to libavformat layerBaptiste Coudurier2006-06-151-31/+15
* Fix segfaultR. Brian Anderson2006-06-151-1/+3
* Fix typoLuca Abeni2006-06-151-1/+1
* dont load the index if we cant seek backMichael Niedermayer2006-06-141-3/+5
* check fseek return valueBaptiste Coudurier2006-06-131-2/+4
* fix unused computed valueBaptiste Coudurier2006-06-131-2/+2
* fix mp3 muxingBaptiste Coudurier2006-06-131-0/+1
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-121-24/+22
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-111-1/+1
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-101-0/+3
* probe for mpeg audioMåns Rullgård2006-06-051-1/+27
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-041-7/+10
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-041-0/+31
* fix seek related bugsMåns Rullgård2006-06-041-6/+14
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-012-0/+2
* Include the correct video4linux2 headerLuca Abeni2006-05-301-2/+2
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-271-0/+1
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-261-6/+0
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-191-3/+30
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-181-0/+2
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-181-1/+2
* simplify meta tag writing codeMichael Niedermayer2006-05-181-173/+40
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-181-1/+1
OpenPOWER on IntegriCloud