| Commit message (Expand) | Author | Age | Files | Lines |
* | fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j... | Larbi Joubala | 2009-05-23 | 1 | -1/+4 |
* | simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a... | Baptiste Coudurier | 2009-05-23 | 1 | -16/+5 |
* | compute total bitrate more accurately, patch by corp186, chasedouglas at gmai... | corp186 | 2009-05-23 | 1 | -1/+6 |
* | remove useless include | Baptiste Coudurier | 2009-05-23 | 2 | -2/+0 |
* | fail if stream fifo could not be allocated | Baptiste Coudurier | 2009-05-22 | 1 | -0/+2 |
* | Set speex frame_size in ogg demuxer | David Conrad | 2009-05-22 | 1 | -0/+1 |
* | check av_fifo_alloc return | Baptiste Coudurier | 2009-05-21 | 1 | -0/+2 |
* | correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks | Baptiste Coudurier | 2009-05-21 | 1 | -5/+5 |
* | Add QCP demuxer. | Kenan Gillet | 2009-05-20 | 4 | -1/+200 |
* | Fix the M bit for multi-packet NALs. | Yao Peter | 2009-05-16 | 1 | -1/+1 |
* | oma: fix build if memcmp() is a macro | Måns Rullgård | 2009-05-16 | 1 | -2/+2 |
* | move increment after debug print | Baptiste Coudurier | 2009-05-16 | 1 | -1/+1 |
* | write 'stps' for mpeg-2 open gop in .mov | Baptiste Coudurier | 2009-05-15 | 1 | -10/+44 |
* | free Track and unset priv_data to avoid double free, fix memleak | Baptiste Coudurier | 2009-05-15 | 1 | -3/+4 |
* | reindent | Baptiste Coudurier | 2009-05-15 | 1 | -24/+24 |
* | remove unneeded length checks | Baptiste Coudurier | 2009-05-15 | 1 | -5/+1 |
* | use flags field and remove key_frame field | Baptiste Coudurier | 2009-05-14 | 1 | -5/+7 |
* | change cts type to int, save some space | Baptiste Coudurier | 2009-05-14 | 1 | -1/+1 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 1 | -2/+2 |
* | Add PCE support to the ADTS muxer. | Alex Converse | 2009-05-13 | 1 | -5/+16 |
* | parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop | Baptiste Coudurier | 2009-05-13 | 2 | -4/+45 |
* | align and update doxygen | Baptiste Coudurier | 2009-05-13 | 1 | -12/+12 |
* | remove comment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. | Baptiste Coudurier | 2009-05-13 | 2 | -6/+32 |
* | factorize av_set_pts_info | Baptiste Coudurier | 2009-05-13 | 1 | -3/+2 |
* | cosmetics, alignment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | Fix bandwith vs. bandwiDth typo. | Diego Biurrun | 2009-05-12 | 1 | -1/+1 |
* | v210 mov fourcc | Baptiste Coudurier | 2009-05-12 | 1 | -0/+2 |
* | v210 avi fourcc, v210_720p.avi | Baptiste Coudurier | 2009-05-12 | 1 | -0/+1 |
* | Per-stream language-tags extraction in asfdec. | Cyril Comparon | 2009-05-12 | 4 | -2/+40 |
* | Use chroma_sample_location in reading/writing yuv4mpeg | David Conrad | 2009-05-11 | 1 | -5/+12 |
* | move free data in the video case | Baptiste Coudurier | 2009-05-11 | 1 | -2/+1 |
* | write a single pes for video frames, some proprietary player needs it | Baptiste Coudurier | 2009-05-11 | 1 | -25/+11 |
* | rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+4 |
* | bgra in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | correct pixfmt for argb | Baptiste Coudurier | 2009-05-10 | 1 | -1/+1 |
* | rgba in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | Remove unused code found by CSA | Benjamin Larsson | 2009-05-10 | 1 | -1/+0 |
* | ensure first pts is set, according to specs | Baptiste Coudurier | 2009-05-10 | 1 | -0/+8 |
* | remove useless max_payload_size variable | Baptiste Coudurier | 2009-05-10 | 1 | -5/+4 |
* | do not write dts if pts is not set | Baptiste Coudurier | 2009-05-10 | 1 | -2/+2 |
* | fix total bitrate computation, based on patch by corp186, chasedouglas at gma... | Baptiste Coudurier | 2009-05-10 | 1 | -5/+5 |
* | Warning fix: Make ogg_stream.codec const | Daniel Verkamp | 2009-05-06 | 1 | -1/+1 |
* | Add 8088flex TMV file demuxer. | Daniel Verkamp | 2009-05-06 | 3 | -0/+158 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -5/+0 |
* | dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+1 |
* | more dvcprohd .mov fourcc, see #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+3 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-03 | 1 | -2/+0 |
* | Convert names to the FFmpeg style. | Stefano Sabatini | 2009-04-28 | 2 | -18/+18 |
* | Add avlanguage helpers in libavformat. | Cyril Comparon | 2009-04-27 | 2 | -0/+803 |