summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-1361-410/+6208
|\
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-1220-19/+19
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-1223-22/+22
| * APIchanges: note error_recognition in lavfDustin Brody2011-08-121-0/+3
| * lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-124-3/+16
| * avconv: change semantics of -mapAnton Khirnov2011-08-122-42/+111
| * avconv: get rid of new* options.Anton Khirnov2011-08-122-245/+125
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-126-13/+94
| * configure: add missing CFLAGS to fix building on the HURDPino Toscano2011-08-121-0/+1
| * libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-121-4/+4
| * cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-121-1/+4
| * avconv: make -map_metadata work consistently with the other optionsAnton Khirnov2011-08-122-79/+80
| * avconv: remove deprecated options.Anton Khirnov2011-08-122-67/+0
| * avconv: make -map_chapters accept only the input file index.Anton Khirnov2011-08-122-61/+28
| * Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-1215-64/+5564
| * ffmpeg: add a warning stating that the program is deprecated.Anton Khirnov2011-08-121-0/+4
| * Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-115-104/+189
| * RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-112-5/+13
| * Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-1110-178/+253
| * mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-113-5/+15
| * h264: notice memory allocation failureDustin Brody2011-08-111-2/+8
* | ac3dec: export center & suroundmix levelsMichael Niedermayer2011-08-132-0/+17
* | av_get_string: search children too.Michael Niedermayer2011-08-131-1/+1
* | av_get_number: also search children, this is more sane than not doing so.Michael Niedermayer2011-08-131-1/+1
* | opt_find: fix segfaultMichael Niedermayer2011-08-131-1/+1
* | ac3enc: drop common fixed/float encoderMichael Niedermayer2011-08-126-168/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-117-82/+123
|\ \ | |/
| * ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-113-76/+94
| * ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-112-3/+7
| * cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-101-3/+8
| * ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-101-2/+1
| * Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-101-1/+0
| * lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-101-1/+1
* | cavsdec: check run value validityMichael Niedermayer2011-08-111-0/+2
* | indevs.texi: fix typo (builf -> build)Stefano Sabatini2011-08-111-1/+1
* | lavdev: add libavfilter virtual input deviceStefano Sabatini2011-08-117-1/+342
* | lavfi: remove mp test wrapperStefano Sabatini2011-08-115-337/+1
* | lavfi: port mp test sourceStefano Sabatini2011-08-116-2/+454
* | vf_mp: sort listing of vf_info_t symbolsStefano Sabatini2011-08-111-59/+59
* | vf_select: reindent after the previous commitStefano Sabatini2011-08-111-6/+6
* | vf_select: add NULL-checks in uninitWilliam Yu2011-08-111-0/+4
* | vf_select: check for isnan when setting t from ptsStefano Sabatini2011-08-111-1/+1
* | vf_select: set start_t if undefinedWilliam Yu2011-08-111-0/+2
* | oggenc: add missing initializer braces to shut up gcc warning.Clément Bœsch2011-08-101-1/+1
* | avidec: add missing initializer braces to shut up gcc warning.Clément Bœsch2011-08-101-1/+1
* | alsa: remove too unused variables.Clément Bœsch2011-08-101-2/+0
* | Always pass a AVFormatContext to av_log.Reimar Döffinger2011-08-101-2/+2
* | cavsdec: avoid possible crash with crafted inputMichael Niedermayer2011-08-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-1010-93/+131
|\ \ | |/
| * lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-103-8/+15