| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avoid possibly uninitialized return value | Ivo van Poorten | 2009-04-23 | 1 | -1/+1 |
* | NSV : Add TOC2 parsing and seeking support. | Jai Menon | 2009-04-22 | 1 | -14/+40 |
* | It should be #if, not #ifdef | Andreas Ă–man | 2009-04-22 | 1 | -1/+1 |
* | Require 4 instead of 3 frames for detecting mp3, | Michael Niedermayer | 2009-04-22 | 1 | -1/+2 |
* | Add raw MLP muxer. | Ramiro Polla | 2009-04-21 | 3 | -1/+17 |
* | Fix crash when receiving from SDP | Luca Abeni | 2009-04-20 | 1 | -2/+7 |
* | Add zygo fourcc. | Michael Niedermayer | 2009-04-19 | 1 | -0/+1 |
* | Mark gsize variable as av_unused, fixes the warning: | Diego Biurrun | 2009-04-19 | 1 | -1/+1 |
* | Revert previous removal of gsize variable. It breaks seeking. | Diego Biurrun | 2009-04-19 | 1 | -0/+1 |
* | Remove unused variable gsize, fixes the warning: | Diego Biurrun | 2009-04-18 | 1 | -1/+0 |
* | Cosmetics : reindent after last commit and remove redundant comment. | Jai Menon | 2009-04-18 | 1 | -4/+4 |