| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics | Baptiste Coudurier | 2008-06-11 | 1 | -8/+8 |
* | cosmetics | Baptiste Coudurier | 2008-06-11 | 1 | -3/+3 |
* | support alac in ipod m4a format, tested on quicktime | Baptiste Coudurier | 2008-06-11 | 1 | -1/+15 |
* | m4v/m4a are usual itunes/ipod/iphone extensions | Baptiste Coudurier | 2008-06-09 | 1 | -2/+2 |
* | indent | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | rework udta handling, if any track set bitexact, don't write any metadata | Baptiste Coudurier | 2008-06-09 | 1 | -8/+11 |
* | 10l, add parentheses | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | indent | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc... | Baptiste Coudurier | 2008-06-09 | 1 | -16/+2 |
* | cosmetics | Baptiste Coudurier | 2008-06-09 | 1 | -30/+31 |
* | Make timestamp debugging work nicer. | Michael Niedermayer | 2008-06-09 | 2 | -3/+11 |
* | Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. | Albert Astals Cid | 2008-06-09 | 1 | -1/+1 |
* | remove now unneeded vars | Baptiste Coudurier | 2008-06-09 | 1 | -2/+0 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 3 | -11/+20 |
* | pass extradata through ffm | Baptiste Coudurier | 2008-06-09 | 2 | -1/+11 |
* | remove ugly ffm_nopts hack, use AVFormatContext->timestamp | Baptiste Coudurier | 2008-06-09 | 3 | -12/+2 |
* | Oma demuxer | Benjamin Larsson | 2008-06-08 | 3 | -0/+192 |
* | fix pts handling in ffm | Baptiste Coudurier | 2008-06-07 | 3 | -29/+9 |
* | Reset reading state after successful seek. | Baptiste Coudurier | 2008-06-07 | 1 | -0/+7 |
* | Remove wrappers of pcm_read_seek(). | Ramiro Polla | 2008-06-06 | 1 | -7/+1 |
* | Remove wrappers of pcm_read_seek(). | Ramiro Polla | 2008-06-06 | 1 | -7/+1 |
* | cosmetics, rename first to header, more explicit name | Baptiste Coudurier | 2008-06-06 | 1 | -3/+3 |
* | cosmetics, rename first to header, more explicit name | Baptiste Coudurier | 2008-06-06 | 1 | -3/+3 |
* | Remove Fabrice's copyright from the Makefiles. They have been entirely | Diego Biurrun | 2008-06-06 | 1 | -4/+0 |
* | Remove useless img_read_close(). | Ramiro Polla | 2008-06-06 | 1 | -7/+1 |
* | Remove unneeded NULL at end of struct. | Ramiro Polla | 2008-06-06 | 1 | -1/+0 |
* | Merge declaration and initialization. | Ramiro Polla | 2008-06-06 | 1 | -2/+1 |
* | cosmetics: s/Id/id/ in libavformat where Id refers to id Software. | Stefano Sabatini | 2008-06-05 | 3 | -10/+10 |
* | matroskadec: remove some useless code | Aurelien Jacobs | 2008-06-04 | 1 | -44/+3 |
* | cosmetics: indentation | Aurelien Jacobs | 2008-06-04 | 1 | -7/+7 |
* | matroskadec: don't remove dummy level when none was added | Aurelien Jacobs | 2008-06-04 | 1 | -0/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 94 | -152/+162 |
* | Ensure the first audio stream is selected as the default stream | Aurelien Jacobs | 2008-06-03 | 1 | -1/+4 |
* | adjust comment to reality | Aurelien Jacobs | 2008-06-03 | 1 | -1/+1 |
* | matroskadec: sane default value for track->time_scale | Aurelien Jacobs | 2008-06-03 | 1 | -0/+1 |
* | add pretty common .m2t as ts extension | Baptiste Coudurier | 2008-06-03 | 1 | -1/+1 |
* | fix continuity counter to start at 0 | Baptiste Coudurier | 2008-06-03 | 1 | -1/+1 |
* | Make update_initial_durations() also work if a dts occured before a | Michael Niedermayer | 2008-06-03 | 1 | -5/+20 |
* | Do not set pts in update_initial_durations() if stream has b frames. | Michael Niedermayer | 2008-06-03 | 1 | -1/+3 |
* | matroskadec: fix potential mem leak | Aurelien Jacobs | 2008-06-02 | 1 | -0/+1 |
* | matroskadec: avoid potential mem leak | Aurelien Jacobs | 2008-06-02 | 1 | -0/+1 |
* | reorganize matroska_add_stream() to fix potential mem leak and buffer overflow | Aurelien Jacobs | 2008-06-02 | 1 | -6/+9 |
* | matroskadec: move ARRAY_SIZE() macro at top of the file | Aurelien Jacobs | 2008-06-02 | 1 | -2/+2 |
* | Audio channels and sample rate must be set in order to skip | Andreas Ă–man | 2008-06-02 | 1 | -1/+1 |
* | rename last_frame_offset to next_frame_offset, due to r13615 | Baptiste Coudurier | 2008-06-02 | 1 | -1/+1 |
* | Check whether the memory allocation for extradata succeeded. Fixes issue 472. | Panagiotis Issaris | 2008-06-01 | 1 | -0/+2 |
* | matroskadec: use the proper timestamp scaling for index entries | Aurelien Jacobs | 2008-06-01 | 1 | -1/+1 |
* | matroskadec: read TrackTimecodeScale and set timebase accordingly | Anton Khirnov | 2008-06-01 | 2 | -1/+11 |
* | matroskadec: silently discard some element ID that we don't care about | Anton Khirnov | 2008-06-01 | 2 | -0/+8 |
* | flvenc.o depends on avc.o (for H.264 support functions). | Peter Ross | 2008-05-31 | 1 | -1/+1 |