summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-271-1/+1
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-271-1/+1
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-271-19/+27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-271-1/+1
* check that len is not negativeBaptiste Coudurier2009-05-271-0/+2
* demux whole PES packets from TSBaptiste Coudurier2009-05-271-23/+84
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-261-3/+3
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-261-0/+1
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-261-0/+1
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-251-4/+2
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-251-7/+7
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-251-0/+11
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-241-5/+5
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-241-2/+3
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-241-6/+6
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-231-1/+4
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-231-16/+5
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-231-1/+6
* remove useless includeBaptiste Coudurier2009-05-232-2/+0
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-221-0/+2
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-221-0/+1
* check av_fifo_alloc returnBaptiste Coudurier2009-05-211-0/+2
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-211-5/+5
* Add QCP demuxer.Kenan Gillet2009-05-204-1/+200
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-161-1/+1
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-161-2/+2
* move increment after debug printBaptiste Coudurier2009-05-161-1/+1
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-151-10/+44
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-151-3/+4
* reindentBaptiste Coudurier2009-05-151-24/+24
* remove unneeded length checksBaptiste Coudurier2009-05-151-5/+1
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-141-5/+7
* change cts type to int, save some spaceBaptiste Coudurier2009-05-141-1/+1
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-2/+2
* Add PCE support to the ADTS muxer.Alex Converse2009-05-131-5/+16
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-132-4/+45
* align and update doxygenBaptiste Coudurier2009-05-131-12/+12
* remove commentBaptiste Coudurier2009-05-131-1/+1
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-132-6/+32
* factorize av_set_pts_infoBaptiste Coudurier2009-05-131-3/+2
* cosmetics, alignmentBaptiste Coudurier2009-05-131-1/+1
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-121-1/+1
* v210 mov fourccBaptiste Coudurier2009-05-121-0/+2
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-121-0/+1
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-124-2/+40
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-111-5/+12
* move free data in the video caseBaptiste Coudurier2009-05-111-2/+1
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-111-25/+11
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-101-0/+4
* bgra in .mov muxingBaptiste Coudurier2009-05-101-0/+1
OpenPOWER on IntegriCloud