| Commit message (Expand) | Author | Age | Files | Lines |
* | resync ffm if error in stream | Baptiste Coudurier | 2009-03-20 | 1 | -2/+18 |
* | typo, fix eof check | Baptiste Coudurier | 2009-03-20 | 1 | -1/+1 |
* | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier | 2009-03-20 | 2 | -28/+21 |
* | Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec | Ronald S. Bultje | 2009-03-20 | 1 | -7/+62 |
* | Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a | Ronald S. Bultje | 2009-03-20 | 3 | -0/+51 |
* | set avi fsize to INT64_MAX if riff tag end is not set and file size is not av... | Baptiste Coudurier | 2009-03-19 | 1 | -1/+1 |
* | move max analyze duration check before considering new packet | Baptiste Coudurier | 2009-03-19 | 1 | -4/+4 |
* | Support raw TrueHD files | Ramiro Polla | 2009-03-19 | 4 | -2/+34 |
* | Split TrueHD decoder from MLP | Ramiro Polla | 2009-03-19 | 1 | -1/+1 |
* | MOV: Use the AOT enum for the mp4_audio_types mapping. | Alex Converse | 2009-03-19 | 1 | -5/+5 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 4 | -55/+55 |
* | Add a special guidcmp function to compare ASF guids, to avoid the many | Reimar Döffinger | 2009-03-18 | 1 | -19/+24 |
* | Fix wrong @file tag. | Ronald S. Bultje | 2009-03-17 | 1 | -1/+1 |
* | Reindent after r18023. | Ronald S. Bultje | 2009-03-17 | 1 | -8/+8 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 5 | -1/+104 |
* | cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com | avcoder | 2009-03-17 | 1 | -26/+25 |
* | Extend mov edit list support to work for a first padding entry with | Reimar Döffinger | 2009-03-16 | 1 | -5/+6 |
* | rmdec: fix crash at end of file | Måns Rullgård | 2009-03-16 | 1 | -1/+2 |
* | Cosmetics: Re-indent after last commit | Alex Converse | 2009-03-16 | 1 | -4/+4 |
* | MOV: Support stz2 "Compact Sample Size Box" | Alex Converse | 2009-03-16 | 1 | -2/+36 |
* | More reindent, forgotten in previous commit. | Ronald S. Bultje | 2009-03-16 | 1 | -3/+3 |
* | Parse index chunk so that seeking in modern .rm files becomes a lot faster. | Ronald S. Bultje | 2009-03-16 | 1 | -2/+54 |
* | Reindent after r18010. | Ronald S. Bultje | 2009-03-16 | 2 | -4/+4 |
* | Mark the first output audio frame as keyframe (separate patch from previous, | Ronald S. Bultje | 2009-03-16 | 1 | -0/+4 |
* | Remove packet returning in ff_rm_parse_packet() if we're using the packet | Ronald S. Bultje | 2009-03-16 | 3 | -19/+13 |
* | Reindent after r18005. | Ronald S. Bultje | 2009-03-16 | 1 | -15/+15 |
* | Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and | Ronald S. Bultje | 2009-03-16 | 1 | -40/+17 |
* | cosmetics, remove useless braces | Baptiste Coudurier | 2009-03-16 | 1 | -2/+2 |
* | simplify printing | Baptiste Coudurier | 2009-03-16 | 1 | -4/+2 |
* | reindent | Baptiste Coudurier | 2009-03-16 | 1 | -7/+7 |
* | fix trkn metadata parsing | Baptiste Coudurier | 2009-03-16 | 1 | -12/+21 |
* | move read_udta_string up to avoid forward declaration | Baptiste Coudurier | 2009-03-16 | 1 | -70/+68 |
* | more generic metadata handling | Baptiste Coudurier | 2009-03-16 | 1 | -33/+50 |
* | do not set isom if ctype is not set, happens in mov | Baptiste Coudurier | 2009-03-16 | 1 | -2/+1 |
* | search for hdlr atom in meta, some files do not store version+flags | Baptiste Coudurier | 2009-03-15 | 1 | -3/+10 |
* | Fix index generation in the way that it was supposed to be used. See the | Ronald S. Bultje | 2009-03-15 | 1 | -9/+11 |
* | typo in the mail, the 4am commit is always the worst | Baptiste Coudurier | 2009-03-15 | 2 | -2/+2 |
* | cosmetics | Baptiste Coudurier | 2009-03-15 | 1 | -0/+1 |
* | add my copyright in mov de/muxer | Baptiste Coudurier | 2009-03-15 | 2 | -0/+2 |
* | allocate palette in codec directly | Baptiste Coudurier | 2009-03-15 | 2 | -8/+9 |
* | cosmetics, add some whitespaces and empty lines | Baptiste Coudurier | 2009-03-15 | 1 | -13/+21 |
* | do not modify sample_count, check against index entries | Baptiste Coudurier | 2009-03-15 | 1 | -8/+3 |
* | use utc time for timestamp and do not set it if not specified | Baptiste Coudurier | 2009-03-14 | 1 | -4/+4 |
* | swf timestamps are 16 bits | Baptiste Coudurier | 2009-03-14 | 1 | -1/+1 |
* | remove unused fields in swf context | Baptiste Coudurier | 2009-03-14 | 2 | -2/+0 |
* | do not parse timestamp if bitexact is set, should fix regression tests | Baptiste Coudurier | 2009-03-14 | 1 | -2/+3 |
* | Enable generic index creation and seeking for NUV demuxer. | Reimar Döffinger | 2009-03-14 | 1 | -0/+1 |
* | Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. | Reimar Döffinger | 2009-03-14 | 1 | -0/+5 |
* | Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly | Reimar Döffinger | 2009-03-14 | 1 | -0/+1 |
* | Do not lose user flags when passing calls from the new to the old seeking API. | Michael Niedermayer | 2009-03-14 | 1 | -1/+1 |