| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 8 | -20/+329 |
|\ |
|
| * | Replace more FFmpeg instances by Libav or ffmpeg. | Diego Biurrun | 2011-04-23 | 2 | -4/+4 |
| * | vorbis: Rename decoder/encoder files to follow general file naming scheme. | Diego Biurrun | 2011-04-23 | 4 | -3/+3 |
| * | aacenc: Fix whitespace after last commit. | Nathan Caldwell | 2011-04-23 | 1 | -10/+13 |
| * | cook: Fix small typo in av_log_ask_for_sample message. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
| * | aacenc: Finish 3GPP psymodel analysis for non mid/side cases. | Nathan Caldwell | 2011-04-23 | 2 | -6/+303 |
| * | Add some debug log messages to AAC extradata | Alex Converse | 2011-04-22 | 1 | -0/+9 |
* | | In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set | Baptiste Coudurier | 2011-04-23 | 1 | -1/+2 |
* | | Set channel layout in flac decoder. | Carl Eugen Hoyos | 2011-04-23 | 2 | -1/+4 |
* | | flicvideo: fix crash on flic files with invalid frame size | Stefano Sabatini | 2011-04-23 | 1 | -0/+5 |
* | | flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR() | Stefano Sabatini | 2011-04-23 | 1 | -2/+2 |
* | | aac: add math.h needed for log2f() | Michael Niedermayer | 2011-04-23 | 2 | -0/+2 |
* | | Fix compilation with libcelt on Apple OS X. | Carl Eugen Hoyos | 2011-04-23 | 1 | -0/+2 |
* | | Fix compilation after version bump. | Carl Eugen Hoyos | 2011-04-23 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-23 | 8 | -20/+27 |
|\ \
| |/ |
|
| * | Use av_log_ask_for_sample() to request samples from users. | Diego Biurrun | 2011-04-22 | 4 | -5/+9 |
| * | Make av_log_ask_for_sample() accept a variable number of arguments. | Diego Biurrun | 2011-04-22 | 2 | -3/+9 |
| * | vqavideo: We no longer need to ask for version 1 samples. | Diego Biurrun | 2011-04-22 | 1 | -2/+0 |
| * | aacdec: indentation cosmetics | Young Han Lee | 2011-04-22 | 1 | -10/+9 |
* | | Rm duplicated define for OPT_STR. | Robert Leatherwood | 2011-04-22 | 1 | -9/+0 |
* | | rv10: set flags, Fixes Ticket90 | Michael Niedermayer | 2011-04-22 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 18 | -22/+72 |
|\ \
| |/ |
|
| * | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 11 | -10/+20 |
| * | Use av_log_ask_for_sample() where appropriate. | Diego Biurrun | 2011-04-21 | 4 | -11/+12 |
| * | lavc: provide deprecated avcodec_thread_init until next major version | Anton Khirnov | 2011-04-21 | 3 | -0/+19 |
| * | lavc: provide the opt.h header until the next bump | Anton Khirnov | 2011-04-21 | 3 | -1/+20 |
* | | AMV: Fix possibly exploitable crash. | Michael Niedermayer | 2011-04-21 | 1 | -2/+1 |
* | | mjpeg: Detect overreads in mjpeg_decode_scan() and error out. | Michael Niedermayer | 2011-04-21 | 1 | -0/+4 |
* | | In libx264 wrapper, detect default settings and use medium profile to avoid f... | Baptiste Coudurier | 2011-04-21 | 1 | -0/+28 |
* | | In libx264 wrapper, correctly support 2pass log filename option. | Baptiste Coudurier | 2011-04-20 | 1 | -0/+13 |
* | | Xiph CELT/Opus decoder using libcelt. | Nicolas George | 2011-04-20 | 3 | -0/+136 |
* | | Move the info union to the end of the vdpau_render_state struct. | Carl Eugen Hoyos | 2011-04-20 | 1 | -7/+7 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 16 | -601/+21 |
|\ \
| |/ |
|
| * | In avcodec_open(), set return code to an error value only when an error occurs | Justin Ruggles | 2011-04-19 | 1 | -3/+8 |
| * | lavc: remove reference to opt.h from Makefile. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
| * | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 9 | -345/+4 |
| * | lavc: remove the FF_API_INOFFICIAL cruft. | Anton Khirnov | 2011-04-19 | 3 | -9/+0 |
| * | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -68/+0 |
| * | lavc: remove the FF_API_USE_LPC cruft. | Anton Khirnov | 2011-04-19 | 4 | -27/+0 |
| * | lavc: remove the FF_API_SUBTITLE_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -26/+0 |
| * | lavc: remove the FF_API_VIDEO_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -38/+0 |
| * | lavc: remove the FF_API_AUDIO_OLD cruft. | Anton Khirnov | 2011-04-19 | 4 | -55/+0 |
| * | lavc: remove the FF_API_OPT_SHOW cruft. | Anton Khirnov | 2011-04-19 | 3 | -16/+0 |
| * | lavc: remove the FF_API_MM_FLAGS cruft. | Anton Khirnov | 2011-04-19 | 2 | -22/+0 |
| * | pcm: Add const to cast in ENCODE macro. | Diego Biurrun | 2011-04-19 | 1 | -1/+1 |
| * | libvo-aacenc,libvo-amrwbenc}: fix api usage | Luca Barbato | 2011-04-18 | 2 | -5/+5 |
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | | In libx264 wrapper, add -level specific option. | Baptiste Coudurier | 2011-04-19 | 1 | -3/+13 |
* | | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt... | Baptiste Coudurier | 2011-04-19 | 1 | -7/+7 |
* | | In libx264 wrapper, do not set pic quality if no frame is output, avoids | Baptiste Coudurier | 2011-04-19 | 1 | -1/+2 |