aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-081-2/+6
* clean up useless codeBaptiste Coudurier2006-07-081-20/+0
* better handling of partial filesBaptiste Coudurier2006-07-081-5/+6
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-081-428/+228
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-1/+1
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-13/+1
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-072-57/+6
* add MS ADPCM fourccBaptiste Coudurier2006-07-071-0/+1
* skip others fourcc, if presentBaptiste Coudurier2006-07-071-0/+6
* cleanBaptiste Coudurier2006-07-071-5/+0
* typo fixBaptiste Coudurier2006-07-061-1/+1
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-061-1/+1
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-061-20/+8
* check for unparsed AMR inputMichael Niedermayer2006-07-061-0/+4
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-061-11/+8
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-051-1/+1
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+5
* write exact values for audio stsd v1Baptiste Coudurier2006-07-041-42/+42
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
* add GXF demuxerReimar Döffinger2006-07-034-1/+264
* kill warningsMåns Rullgård2006-07-021-5/+7
* 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