summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-143-3/+3
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-141-4/+3
* ReindentJosh Allmann2010-06-141-7/+7
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-141-0/+1
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-111-2/+2
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-111-6/+6
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-111-1/+5
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-111-10/+3
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-111-3/+11
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-111-1/+3
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-117-20/+28
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-111-0/+1
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-111-0/+13
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-101-17/+0
* Make sure the http protocol handler returns errors if a delayed open had failedMartin Storsjö2010-06-091-0/+6
* Fix printf format warningsEli Friedman2010-06-092-3/+3
* Initialize the http connection in http_seek, tooMartin Storsjö2010-06-091-0/+6
* Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger2010-06-081-0/+5
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-082-1/+3
* Add RTSP tunneling over HTTPJosh Allmann2010-06-082-4/+88
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-081-1/+1
* ReindentMartin Storsjö2010-06-081-1/+1
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-081-0/+1
* Add support for disabling chunked transfer encoding for the http protocolJosh Allmann2010-06-082-5/+25
* Fix handling of errors in the http protocolMartin Storsjö2010-06-081-1/+4
* Fix bugs in the http custom header handlingMartin Storsjö2010-06-081-2/+2
* matroska: move LFG state from muxer context to local variableMåns Rullgård2010-06-081-4/+5
* Add the capability to write custom HTTP headersJosh Allmann2010-06-082-10/+88
* Modify the behaviour of http_open to implicitly delay connection establishmentJosh Allmann2010-06-081-5/+21
* Added M701 codec_tag for mpeg2videoTomas Härdin2010-06-071-0/+1
* Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger2010-06-061-1/+2
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-061-0/+2
* bgr/rgb444 for nutMichael Niedermayer2010-06-061-0/+4
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-061-0/+4
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-051-0/+4
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-052-28/+29
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-052-13/+24
* Remove unused local variablesMartin Storsjö2010-06-052-2/+0
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-053-8/+28
* More mov rawvideo fourccBaptiste Coudurier2010-06-041-0/+8
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-041-1/+2
* matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad2010-06-041-12/+2
* matroskaenc: Check that tracks was allocatedDavid Conrad2010-06-041-0/+2
* matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad2010-06-041-19/+11
* matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad2010-06-041-1/+1
* Add WebM muxerJames Zern2010-06-044-4/+44
* matroskaenc: Mux clusters betterJames Zern2010-06-041-6/+67
* metadata: mention how to remove tags.Anton Khirnov2010-06-041-1/+2
* reindent after previous commit.Anton Khirnov2010-06-041-12/+12
* metadata: make conversion to the same format a noop.Anton Khirnov2010-06-041-2/+3