summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
* export all streams in ts demuxerBaptiste Coudurier2009-05-31
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-30
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
* Document match_ext().Stefano Sabatini2009-05-27
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-27
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-27
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-27
* check that len is not negativeBaptiste Coudurier2009-05-27
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-26
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-25
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-24
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-24
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-24
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-23
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-23
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-23
* remove useless includeBaptiste Coudurier2009-05-23
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-22
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
* Add QCP demuxer.Kenan Gillet2009-05-20
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-16
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
* move increment after debug printBaptiste Coudurier2009-05-16
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
* reindentBaptiste Coudurier2009-05-15
* remove unneeded length checksBaptiste Coudurier2009-05-15
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
* align and update doxygenBaptiste Coudurier2009-05-13
* remove commentBaptiste Coudurier2009-05-13
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
* cosmetics, alignmentBaptiste Coudurier2009-05-13