summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
* clean up useless codeBaptiste Coudurier2006-07-08
* better handling of partial filesBaptiste Coudurier2006-07-08
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
* cleanBaptiste Coudurier2006-07-07
* typo fixBaptiste Coudurier2006-07-06
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-06
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-06
* check for unparsed AMR inputMichael Niedermayer2006-07-06
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-06
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-05
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* write exact values for audio stsd v1Baptiste Coudurier2006-07-04
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-03
* add GXF demuxerReimar Döffinger2006-07-03
* kill warningsMåns Rullgård2006-07-02
* Woops, this file was supposed to be added in r5556: "Move initialisations and...Guillaume Poirier2006-06-30
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-29
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-28
* Properly set the image depthLuca Abeni2006-06-28
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-25
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-25
* cleaned up buffer managementMåns Rullgård2006-06-25
* check only existing streamsBaptiste Coudurier2006-06-25
* minor cleanupLuca Barbato2006-06-24
* simplifyBaptiste Coudurier2006-06-24
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-20
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-19
* fix aac in mov for ipodBaptiste Coudurier2006-06-19
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
* Fix segfaultR. Brian Anderson2006-06-15
* Fix typoLuca Abeni2006-06-15
* dont load the index if we cant seek backMichael Niedermayer2006-06-14