| Commit message (Expand) | Author | Age | Files | Lines |
* | Support YVU9 AVI 4cc. | Michael Niedermayer | 2009-05-26 | 1 | -0/+1 |
* | map dvh1 fourcc to dv, fixes incoming/dvh1_sample | Ben Littler | 2009-05-26 | 1 | -0/+1 |
* | Define struct URLContext and typedef it to URLContext in one step. | Stefano Sabatini | 2009-05-25 | 1 | -4/+2 |
* | Remove \p and \e doxygen markup. | Stefano Sabatini | 2009-05-25 | 1 | -7/+7 |
* | Workaround broken AVI files from DC-XZ6. | Michael Niedermayer | 2009-05-25 | 1 | -0/+11 |
* | move DEBUG define before include to get dprintf and change printf to dprintf | Baptiste Coudurier | 2009-05-24 | 1 | -5/+5 |
* | fix get_str16_nolen with odd len, fix #1065 | Baptiste Coudurier | 2009-05-24 | 1 | -2/+3 |
* | move DEBUG define before include to get dprintf and move guidcmp before print... | Baptiste Coudurier | 2009-05-24 | 1 | -6/+6 |
* | 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 |