| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -16/+8 |
|\ \
| |/ |
|
| * | Replace custom debug output functions by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -16/+8 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -11/+10 |
|\ \
| |/ |
|
| * | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -11/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Check for invalid decode op-codes, fixes issue 2522. | Daniel Kang | 2011-01-10 | 1 | -0/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | 16-bit Interplay video does not need palette control | Kostya Shishkov | 2009-12-27 | 1 | -3/+3 |
* | Add missing opcodes for 16-bit Interplay Video decoding and finally enable it | Kostya Shishkov | 2009-12-27 | 1 | -4/+369 |
* | 16-bit Interplay Video stores motion vector data at the end of frame, | Kostya Shishkov | 2009-12-27 | 1 | -6/+27 |
* | 10l trocadero: forgot one case where picture linesize should be used | Kostya Shishkov | 2009-12-27 | 1 | -1/+1 |
* | cosmetics: reindent and break long lines after last commits | Kostya Shishkov | 2009-12-27 | 1 | -13/+15 |
* | Add 16-bit image data handling (but not decoding yet) to Interplay Video | Kostya Shishkov | 2009-12-27 | 1 | -4/+13 |
* | Use frame linesize in Interplay Video block copying function | Kostya Shishkov | 2009-12-27 | 1 | -2/+2 |
* | Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with | Kostya Shishkov | 2009-12-27 | 1 | -24/+24 |
* | Recognize 16-bit Interplay Video variant | Kostya Shishkov | 2009-12-27 | 1 | -1/+7 |
* | Change main loop in Interplay Video decoder, so variables x and y really mean | Kostya Shishkov | 2009-12-27 | 1 | -5/+6 |
* | cosmetics: reindent | Kostya Shishkov | 2009-12-25 | 1 | -8/+8 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Simplify ipvideo_decode_opcodes by using get_bits, this might be slower | Reimar Döffinger | 2009-04-17 | 1 | -8/+5 |
* | Remove unused code_counts array from interplavideo.c. | Reimar Döffinger | 2009-04-17 | 1 | -2/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Fix ipvideo_decode_block_opcode_0xD again. | Reimar Döffinger | 2009-03-31 | 1 | -7/+8 |
* | Cosmetics: remove some pointless {} | Reimar Döffinger | 2009-03-31 | 1 | -13/+6 |
* | Slightly simplify ipvideo_decode_block_opcode_0xD | Reimar Döffinger | 2009-03-31 | 1 | -13/+7 |
* | One more simplification for ipvideo_decode_block_opcode_0xA | Reimar Döffinger | 2009-03-31 | 1 | -49/+22 |
* | Slightly simplify first part of ipvideo_decode_block_opcode_0xA, | Reimar Döffinger | 2009-03-31 | 1 | -21/+14 |
* | Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels | Reimar Döffinger | 2009-03-31 | 1 | -73/+22 |
* | Fix a too small CHECK_STREAM_PTR value in interplayvideo.c | Reimar Döffinger | 2009-03-31 | 1 | -2/+1 |
* | Avoid the last two uses of bitmasks in interplayvideo | Reimar Döffinger | 2009-03-31 | 1 | -8/+6 |
* | 100l, fix FATE test broken by r18264 | Reimar Döffinger | 2009-03-31 | 1 | -1/+1 |
* | Reindent | Reimar Döffinger | 2009-03-31 | 1 | -33/+33 |
* | Deduplicate code by moving it outside the if/else | Reimar Döffinger | 2009-03-31 | 1 | -8/+2 |
* | Rearrange how the different cases are checked to reduce the number of | Reimar Döffinger | 2009-03-31 | 1 | -5/+8 |
* | Avoid "reloading" code by using a 64 bit type for the flags and loading all a... | Reimar Döffinger | 2009-03-31 | 1 | -10/+6 |
* | Remove now pointless temporary pix variables. | Reimar Döffinger | 2009-03-31 | 1 | -10/+4 |
* | Slightly simplify part of ipvideo_decode_block_opcode_0x8 | Reimar Döffinger | 2009-03-31 | 1 | -13/+11 |
* | Fix indentation | Reimar Döffinger | 2009-03-31 | 1 | -4/+4 |
* | Avoid code duplication by using ?: and array indexing instead of if..else | Reimar Döffinger | 2009-03-31 | 1 | -38/+14 |
* | Prettify some assignments | Reimar Döffinger | 2009-03-31 | 1 | -20/+20 |
* | Get rid of some pointless bitmask/shifter variables in interplayvideo.c | Reimar Döffinger | 2009-03-31 | 1 | -32/+21 |
* | Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single | Reimar Döffinger | 2009-03-29 | 1 | -88/+21 |
* | Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) | Reimar Döffinger | 2009-03-29 | 1 | -1/+1 |
* | Simplify check for leftover bytes after decoding for interplayvideo. | Reimar Döffinger | 2009-03-29 | 1 | -2/+1 |