| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-04-01 | Build libav* as static libraries, they'll only be used by gst-ffmpeg after allHEADmaster | Edward Hervey | 2 | -3/+2 |
| 2009-03-31 | libavutil: Add a MARKER logging item. | Edward Hervey | 1 | -0/+2 |
| 2009-03-25 | Android: auto-generated file | Edward Hervey | 1 | -0/+744 |
| 2009-03-25 | Android : Makefiles for libavutil and libavcodec | Edward Hervey | 3 | -0/+174 |
| 2009-03-25 | New ignore file | Edward Hervey | 1 | -0/+3 |
| 2009-03-16 | cosmetics, remove useless braces | bcoudurier | 1 | -2/+2 |
| 2009-03-16 | simplify printing | bcoudurier | 1 | -4/+2 |
| 2009-03-16 | reindent | bcoudurier | 1 | -7/+7 |
| 2009-03-16 | fix trkn metadata parsing | bcoudurier | 1 | -12/+21 |
| 2009-03-16 | move read_udta_string up to avoid forward declaration | bcoudurier | 1 | -70/+68 |
| 2009-03-16 | more generic metadata handling | bcoudurier | 1 | -33/+50 |
| 2009-03-16 | do not set isom if ctype is not set, happens in mov | bcoudurier | 1 | -2/+1 |
| 2009-03-16 | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references | conrad | 1 | -1/+1 |
| 2009-03-15 | search for hdlr atom in meta, some files do not store version+flags | bcoudurier | 1 | -3/+10 |
| 2009-03-15 | mingw32: call lib.exe instead of lib to facilitate running it through wine. | ramiro | 1 | -1/+1 |
| 2009-03-15 | Disallow out-of-tree builds with config.h in the source tree. | diego | 1 | -0/+2 |
| 2009-03-15 | Fix index generation in the way that it was supposed to be used. See the | rbultje | 1 | -9/+11 |
| 2009-03-15 | Add cook channel count function, part of multichannel cook | banan | 1 | -0/+10 |
| 2009-03-15 | Add max allowed subpackets in multichannel cook | banan | 1 | -0/+1 |
| 2009-03-15 | Remove code that was disabled by the recent major version bump. | diego | 1 | -6/+0 |
| 2009-03-15 | Fix typo: 'conjuction' -> 'conjunction'. | stefano | 1 | -1/+1 |
| 2009-03-15 | save avctx in cook decoder context and use it for av_log | banan | 1 | -13/+15 |
| 2009-03-15 | memset when category is >=7, part of cook multichannel | banan | 1 | -1/+1 |
| 2009-03-15 | 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in | reimar | 1 | -1/+1 |
| 2009-03-15 | Force ebp_available for icc. | cehoyos | 1 | -0/+2 |
| 2009-03-15 | cosmetics: Remove file name from file header. | diego | 1 | -2/+1 |
| 2009-03-15 | add my gpg key fingerprint | bcoudurier | 1 | -0/+1 |
| 2009-03-15 | add my gpg key fingerprint | attila | 1 | -0/+1 |
| 2009-03-15 | typo in the mail, the 4am commit is always the worst | bcoudurier | 2 | -2/+2 |
| 2009-03-15 | cosmetics | bcoudurier | 1 | -0/+1 |
| 2009-03-15 | add my copyright in mov de/muxer | bcoudurier | 2 | -0/+2 |
| 2009-03-15 | Expand "lsb" to "least significant bits". | stefano | 1 | -1/+1 |
| 2009-03-15 | Rename the (yet not defined) macros: | stefano | 1 | -2/+2 |
| 2009-03-15 | allocate palette in codec directly | bcoudurier | 2 | -8/+9 |
| 2009-03-15 | cosmetics, add some whitespaces and empty lines | bcoudurier | 1 | -13/+21 |
| 2009-03-15 | Correct MV prediction for B-frame blocks in RV4 decoder | kostya | 1 | -1/+1 |
| 2009-03-15 | add loglevel option to set libav* logging level, -v does not set it anymore | bcoudurier | 1 | -2/+8 |
| 2009-03-15 | do not modify sample_count, check against index entries | bcoudurier | 1 | -8/+3 |
| 2009-03-14 | use utc time for timestamp and do not set it if not specified | bcoudurier | 2 | -6/+6 |
| 2009-03-14 | Fix ff_random_get_seed() prototype | mru | 1 | -1/+1 |
| 2009-03-14 | swf timestamps are 16 bits | bcoudurier | 1 | -1/+1 |
| 2009-03-14 | remove unused fields in swf context | bcoudurier | 2 | -2/+0 |
| 2009-03-14 | do not parse timestamp if bitexact is set, should fix regression tests | bcoudurier | 1 | -2/+3 |
| 2009-03-14 | Enable generic index creation and seeking for NUV demuxer. | reimar | 1 | -0/+1 |
| 2009-03-14 | Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. | reimar | 1 | -0/+5 |
| 2009-03-14 | Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly | reimar | 2 | -78/+156 |
| 2009-03-14 | Add av_uninit to vbA[1-8], vbB[1-8] variables to work around | diego | 1 | -2/+2 |
| 2009-03-14 | prettyprinting cosmetics | diego | 2 | -15/+15 |
| 2009-03-14 | Add av_uninit to vsrcBuc variable to work around some | diego | 2 | -2/+2 |
| 2009-03-14 | Improve description of next_free_data_block_num struct member. | diego | 1 | -3/+3 |