summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-09
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-08
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-08
* move code to avoid forward declarationBaptiste Coudurier2009-11-08
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-08
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-07
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-07
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-06
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-06
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-05
* 10l, typoBaptiste Coudurier2009-11-05
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-05
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-05
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-05
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-05
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-05
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-05
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-05
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-05
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-05
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
* map VYUY fourcc to rawcodecBen Littler2009-11-02
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-01
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-30
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-29
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-27
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
* rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato2009-10-25
* Support 3xx redirection in rtspLuca Barbato2009-10-25
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon2009-10-24
* Just remove params understood by the demuxerLuca Barbato2009-10-24
* Suppress ?params in the rtsp uriLuca Barbato2009-10-24
* Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato2009-10-24
* Remove ancient redir demuxer.Diego Biurrun2009-10-24
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-22
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-22
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-22
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-21
* Seek function for TMVDaniel Verkamp2009-10-20
* Parenthesize correctly in TMV probeDaniel Verkamp2009-10-20
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-20
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-20
* Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun2009-10-19
* Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.Diego Biurrun2009-10-19
* The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun2009-10-19
* Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun2009-10-19
* Add missing rdt.o dependency for SDP demuxer.Diego Biurrun2009-10-19
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-19
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-19
* reindent after commitBaptiste Coudurier2009-10-19