summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* add lost raw pcm input/output formatsMåns Rullgård2006-07-13
* nut needs crc.oMåns Rullgård2006-07-12
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
* 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