summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Make the error message issued in case of invalid codec tag moreStefano Sabatini2010-06-02
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-01
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-01
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-31
* Reindent after r23361.Francesco Lavra2010-05-28
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* On2 IVF demuxerDavid Conrad2010-05-27
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-26
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-25
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-25
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-25
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-25
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-24
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-24
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-24
* Add -f framemd5 muxer similar to framecrc.Reimar Döffinger2010-05-24
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-24
* Skip pes payload during probing to avoid start code emulation.Janne Grunau2010-05-24
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-24
* Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger2010-05-23
* matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad2010-05-23
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-23
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-23
* oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier2010-05-23