summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix riff subtitle timebaseAurelien Jacobs2009-08-07
* Use enums instead of int.Ramiro Polla2009-08-02
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-30
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-30
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-30
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-30
* return EOF in image2 demuxerBaptiste Coudurier2009-07-30
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-29
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-29
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-28
* Cosmetics: remove spaces between function name and arguments in declaration,Ronald S. Bultje2009-07-27
* Use named initializers and use new/free_context() instead of extradata()Colin McQuillan2009-07-27
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-27
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-27
* Only consider -1 as an error return value for open().Martin Storsjö2009-07-27
* Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* fix compilation of cavsvideo demuxerAurelien Jacobs2009-07-24
* Register some additional AMF types in libavformat/flv.hKostya Shishkov2009-07-21
* Use globally consistent include guard names.Stefano Sabatini2009-07-19
* Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke2009-07-15
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-15
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-13
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
* Add block_align to sox input.Phil Rutschman2009-07-08
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-08
* flvdec: expose metadata through the generic metadata APIAurelien Jacobs2009-07-06
* flvdec: re-enable metadata parsingAurelien Jacobs2009-07-06
* flvdec: don't set format and codec context from metadata valuesAurelien Jacobs2009-07-06
* Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger2009-07-06
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-03
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-03
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-03
* Fix indentationReimar Döffinger2009-07-03
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-03
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-02
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-01
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-01
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* indentMichael Niedermayer2009-06-29
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-29