summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-19
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-19
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-18
* fix indentationBaptiste Coudurier2009-10-18
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
* fix indentation and add bracesBaptiste Coudurier2009-10-18
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-18
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-18
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-18
* remove old and useless debug codeAurelien Jacobs2009-10-18
* Read metadata in WavPack files.Anton Khirnov2009-10-18
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-18
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-18
* Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov2009-10-18
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-17
* Avoid segfault for empty input filesVitor Sessak2009-10-17
* Remove extraneous const keywordMåns Rullgård2009-10-17
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16