| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -6/+6 |
|\ |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -6/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | nutenc: keep track of max_pts | Michael Niedermayer | 2012-08-26 | 1 | -0/+2 |
* | | nutenc: keep track if keyframe PTS | Michael Niedermayer | 2012-08-26 | 1 | -0/+1 |
* | | nutenc: keep track of the written syncpoint count | Michael Niedermayer | 2012-08-26 | 1 | -0/+1 |
|/ |
|
* | nutenc: mux chapters. | Anton Khirnov | 2011-03-17 | 1 | -0/+5 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 1 | -0/+1 |
* | Fix NUT (de)muxer warnings: | Vitor Sessak | 2010-03-28 | 1 | -2/+2 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -0/+1 |
* | Introduce metadata conversion table for NUT muxer and demuxer. | Anton Khirnov | 2010-02-24 | 1 | -0/+3 |
* | Remove misleading comment, _t is POSIX-reserved namespace. | Diego Biurrun | 2008-12-13 | 1 | -1/+1 |
* | Remove comment suggesting using variables ending in _t as this would break PO... | Michael Niedermayer | 2008-12-11 | 1 | -1/+1 |
* | remove _t for POSIX compatibility. | Michael Niedermayer | 2008-12-11 | 1 | -4/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -0/+7 |
* | Subtitle support. (untested) | Michael Niedermayer | 2008-03-05 | 1 | -0/+2 |
* | Elision header demuxing support. | Michael Niedermayer | 2008-02-15 | 1 | -0/+3 |
* | update flags | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.... | Baptiste Coudurier | 2007-10-30 | 1 | -2/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | spelling/wording cosmetics | Diego Biurrun | 2007-08-17 | 1 | -3/+3 |
* | header repetition | Michael Niedermayer | 2007-08-10 | 1 | -0/+1 |
* | move syncpoint cache related stuff to common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+3 |
* | move lsb2full to common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+1 |
* | move crc wrapper to slightly better spot | Michael Niedermayer | 2007-08-09 | 1 | -6/+1 |
* | move syncpoint timestamp resetting code to a common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+2 |
* | use a dynamic ByteIOContext instead of using the lavf buffer | Michael Niedermayer | 2007-08-09 | 1 | -2/+2 |
* | make StreamContext.time_base a pointer | Michael Niedermayer | 2007-08-09 | 1 | -1/+1 |
* | variables needed for muxer | Michael Niedermayer | 2007-08-09 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Add missing comment markers to #endif directive. | Diego Biurrun | 2007-07-02 | 1 | -1/+1 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | 10l forgot (skip non keyframes after seeking between syncpoint and the first ... | Michael Niedermayer | 2006-11-16 | 1 | -1/+2 |
* | index less seeking in O(log n) time | Michael Niedermayer | 2006-11-14 | 1 | -3/+5 |
* | updating nut demuxer to latest spec | Michael Niedermayer | 2006-11-11 | 1 | -0/+94 |