summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-181-1/+3
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-172-0/+2
* CD+G demuxer and decoderMichael Tison2009-12-174-1/+69
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-171-0/+3
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-161-1/+4
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-162-4/+15
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-161-1/+1
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-151-1/+1
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-142-0/+2
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-141-25/+21
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-142-5/+5
* Make sure the Metadata: header is not printed if the only metadata will notMichael Niedermayer2009-12-131-1/+1
* Move dump_metadata() to where it is in ffmbc, looks better.Michael Niedermayer2009-12-131-1/+1
* indentMichael Niedermayer2009-12-131-1/+1
* Skip dumping language twice.Michael Niedermayer2009-12-131-0/+1
* dump metadata for AVStreams & AVPrograms too.Michael Niedermayer2009-12-131-0/+2
* Factorize dump_metadata() out.Michael Niedermayer2009-12-131-7/+13
* Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer2009-12-131-33/+10
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-131-1/+1
* Debug av_log() about stream probing from ffmbc.Michael Niedermayer2009-12-131-1/+2
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-131-0/+1
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-131-5/+3
* More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer2009-12-131-0/+6
* s/author/artist/ for ID3Michael Niedermayer2009-12-132-2/+2
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-132-1/+23
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-139-70/+91
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-132-2/+27
* Get rid of useless casts.Michael Niedermayer2009-12-131-2/+2
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-131-1/+3
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-131-1/+1
* Add avg_frame_rate.Michael Niedermayer2009-12-132-0/+11
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-131-1/+1
* Remove commented out code.Michael Niedermayer2009-12-131-15/+1
* Factor out extradata reading code.Kostya Shishkov2009-12-131-17/+22
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-131-9/+11
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-131-13/+35
* Factor out variable declarationKostya Shishkov2009-12-131-2/+1
* Fix PTS for OGM codecs.David Conrad2009-12-124-14/+45
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-121-1/+4
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-113-0/+124
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-111-0/+1
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-111-0/+10
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-101-0/+1
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-101-0/+1
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-091-0/+1
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-081-0/+2
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-081-1/+2
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-081-0/+1
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-081-1/+1
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-081-1/+1
OpenPOWER on IntegriCloud