aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* VC-1: fix reading of custom PAR.Reimar Döffinger2011-08-141-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-132-4/+6
|\
| * rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-121-1/+2
| * h264: add missing brackets.Ronald S. Bultje2011-08-121-3/+4
* | mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-132-0/+27
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-1339-1689/+426
|\|
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-1220-561/+19
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-1223-927/+22
| * libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-121-4/+4
| * Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-114-11/+96
| * 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
* | 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
* | 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
| * ac3enc: remove unneeded #includeJustin Ruggles2011-08-091-2/+0
| * ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-091-21/+27
| * ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-094-38/+26
| * ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-093-8/+36
| * h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-092-15/+25
| * aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-091-4/+5
* | timecode: move dropframe code and doxycomment it.Clément Bœsch2011-08-103-7/+19
* | timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch2011-08-106-8/+150
* | cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary checkMichael Niedermayer2011-08-101-1/+2
* | lavc: bump minor for Go2Meeting codec IDMichael Niedermayer2011-08-091-2/+2
* | AVCodec: Add Go2Meeting codec IDThierry Foucu2011-08-091-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-096-178/+166
|\|
| * Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-095-121/+121
| * Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-081-57/+45
* | ra288: avoid one multiplyMichael Niedermayer2011-08-091-3/+3
* | 100l: fix parentheses placement when checking for ret < 0Baptiste Coudurier2011-08-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-091-5/+14
|\|
| * libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-08-081-1/+2
| * libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier2011-08-081-33/+79
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-072-2/+4
|\|
| * lavc: fix misspelling in commentDustin Brody2011-08-051-1/+1
| * aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-051-1/+3