aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.Nicolas George2011-04-201-2/+2
* Xiph CELT/Opus decoder using libcelt.Nicolas George2011-04-204-0/+141
* Move the info union to the end of the vdpau_render_state struct.Carl Eugen Hoyos2011-04-201-7/+7
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-2067-1376/+150
|\
| * In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-191-3/+8
| * lavc: remove reference to opt.h from Makefile.Anton Khirnov2011-04-191-1/+1
| * prefer avio_check() over url_exist()Stefano Sabatini2011-04-193-6/+6
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-1925-66/+65
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-195-33/+8
| * lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-193-56/+0
| * lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-193-68/+0
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-199-345/+4
| * lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-193-9/+0
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-199-74/+6
| * lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-194-27/+0
| * lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-193-26/+0
| * lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-193-38/+0
| * lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-194-55/+0
| * lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-193-16/+0
| * lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-192-22/+0
| * lavf: remove misc disabled cruft.Anton Khirnov2011-04-191-13/+0
| * lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-192-6/+0
| * lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-194-42/+26
| * lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-192-35/+0
| * lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-193-16/+2
| * lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-192-7/+0
| * lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-192-12/+0
| * lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-193-37/+0
| * lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-193-17/+0
| * lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-193-33/+0
| * lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-193-11/+1
| * lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-193-44/+0
| * lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-193-42/+0
| * lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-193-22/+0
| * lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-198-228/+0
| * lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-198-40/+0
| * document introduction of side data in APIchangesKostya2011-04-191-0/+5
| * pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-191-1/+1
| * Remove now obsolete references to _g-suffixed binaries.Diego Biurrun2011-04-182-8/+2
| * libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato2011-04-182-5/+5
| * Bump major versions of all libraries.Anton Khirnov2011-04-187-15/+15
* | In libx264 wrapper, add -level specific option.Baptiste Coudurier2011-04-191-3/+13
* | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt...Baptiste Coudurier2011-04-191-7/+7
* | oggparsecelt: cosmetic: order lines more logically.Nicolas George2011-04-191-4/+4
* | oggparsecelt: call av_set_pts_info unconditionally.Nicolas George2011-04-191-2/+1
* | In libx264 wrapper, do not set pic quality if no frame is output, avoidsBaptiste Coudurier2011-04-191-1/+2
* | Prefer codec specific options over global ones, allowing codecBaptiste Coudurier2011-04-191-37/+42
* | Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George2011-04-196-1/+105
* | pad: make the filter parametricStefano Sabatini2011-04-193-10/+163
* | 32bit libmp3lame support.Peter Belkner2011-04-191-6/+60