aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* map VYUY fourcc to rawcodecBen Littler2009-11-021-0/+1
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-1/+0
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-301-2/+4
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-291-0/+8
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-271-0/+1
* add some raw codec fourccs, fixes:Ben Littler2009-10-271-0/+7
* rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato2009-10-251-1/+0
* Support 3xx redirection in rtspLuca Barbato2009-10-252-1/+15
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon2009-10-241-0/+3
* Just remove params understood by the demuxerLuca Barbato2009-10-241-10/+12
* Suppress ?params in the rtsp uriLuca Barbato2009-10-241-0/+5
* Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato2009-10-241-5/+12
* Remove ancient redir demuxer.Diego Biurrun2009-10-243-68/+0
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-221-3/+3
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-221-17/+13
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-221-2/+4
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-211-1/+1
* Seek function for TMVDaniel Verkamp2009-10-201-0/+21
* Parenthesize correctly in TMV probeDaniel Verkamp2009-10-201-1/+2
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-201-0/+2
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-202-0/+13
* Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun2009-10-192-36/+37
* Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.Diego Biurrun2009-10-191-0/+1
* The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun2009-10-191-2/+2
* Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun2009-10-191-4/+1
* Add missing rdt.o dependency for SDP demuxer.Diego Biurrun2009-10-191-0/+1
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-191-0/+5
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-191-0/+1
* reindent after commitBaptiste Coudurier2009-10-191-2/+2
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-191-6/+15
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-191-1/+1
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-181-0/+20
* fix indentationBaptiste Coudurier2009-10-181-7/+7
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-181-0/+1
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-181-2/+1
* fix indentation and add bracesBaptiste Coudurier2009-10-181-3/+4
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-181-1/+1
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-181-9/+11
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-181-0/+5
* remove old and useless debug codeAurelien Jacobs2009-10-181-12/+0
* Read metadata in WavPack files.Anton Khirnov2009-10-181-0/+11
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-181-0/+47
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-7/+27
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-182-1/+7
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-181-2/+1
* Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov2009-10-181-2/+1
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-171-3/+0
* Avoid segfault for empty input filesVitor Sessak2009-10-171-0/+6
* Remove extraneous const keywordMåns Rullgård2009-10-171-1/+1
* Emit the SDP lines in the correct orderLuca Abeni2009-10-171-4/+4