summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-11
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
* Make sure the http protocol handler returns errors if a delayed open had failedMartin Storsjö2010-06-09
* Fix printf format warningsEli Friedman2010-06-09
* Initialize the http connection in http_seek, tooMartin Storsjö2010-06-09
* Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger2010-06-08
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-08
* Add RTSP tunneling over HTTPJosh Allmann2010-06-08
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-08
* ReindentMartin Storsjö2010-06-08
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-08
* Add support for disabling chunked transfer encoding for the http protocolJosh Allmann2010-06-08
* Fix handling of errors in the http protocolMartin Storsjö2010-06-08
* Fix bugs in the http custom header handlingMartin Storsjö2010-06-08
* matroska: move LFG state from muxer context to local variableMåns Rullgård2010-06-08
* Add the capability to write custom HTTP headersJosh Allmann2010-06-08
* Modify the behaviour of http_open to implicitly delay connection establishmentJosh Allmann2010-06-08
* Added M701 codec_tag for mpeg2videoTomas Härdin2010-06-07
* Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger2010-06-06
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-06
* bgr/rgb444 for nutMichael Niedermayer2010-06-06
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-06
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-05
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-05
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-05
* Remove unused local variablesMartin Storsjö2010-06-05
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-05
* More mov rawvideo fourccBaptiste Coudurier2010-06-04
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-04
* matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad2010-06-04
* matroskaenc: Check that tracks was allocatedDavid Conrad2010-06-04
* matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad2010-06-04
* matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad2010-06-04
* Add WebM muxerJames Zern2010-06-04
* matroskaenc: Mux clusters betterJames Zern2010-06-04
* metadata: mention how to remove tags.Anton Khirnov2010-06-04
* reindent after previous commit.Anton Khirnov2010-06-04
* metadata: make conversion to the same format a noop.Anton Khirnov2010-06-04
* rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö2010-06-04
* http: Set http_code to 200 when doing a POSTMartin Storsjö2010-06-04
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri2010-06-03
* httpauth: Fix the length passed to av_strlcatMartin Storsjö2010-06-03
* Remove stray and possibly wrong line, rtpdec.c sets that alreadyLuca Barbato2010-06-03
* Make write_streamheader() log a message if there is no codec tagStefano Sabatini2010-06-02
* Make write_streamheader() return a meaningful error code if no codecStefano Sabatini2010-06-02
* Make write_header() and write_headers() return an error code in case ofStefano Sabatini2010-06-02
* Make write_streamheader() and write_headers() accept anStefano Sabatini2010-06-02