aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* indeo3: move get_buffer() above decode_plane() callsPaul B Mahol2012-11-041-6/+6
* sab_diamond_search: add assert to double check the minima_countMichael Niedermayer2012-11-041-0/+2
* cook: fix use of uninitialized variableMichael Niedermayer2012-11-041-1/+1
* lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_fram...Stefano Sabatini2012-11-031-2/+3
* amr_decode_fix_avctx should not return valueXidorn Quan2012-11-031-1/+1
* lavc/options_table: force non-negative bitrate rangeStefano Sabatini2012-11-031-2/+2
* crystalhd: fix missing braces warningMichael Niedermayer2012-11-031-1/+1
* Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-032-29/+4
|\
| * x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-022-29/+4
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-038-21/+17
|\|
| * parser: Move Doxygen documentation to the header filesDiego Biurrun2012-11-023-9/+9
| * PGS subtitles: Expose forced flagJohn Stebbins2012-11-023-4/+12
| * x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-3/+0
* | Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615'Michael Niedermayer2012-11-031-42/+42
|\|
| * x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-021-42/+42
* | lavc/options_table: make "request_sample_fmt" an AV_OPT_TYPE_SAMPLE_FMT optionStefano Sabatini2012-11-031-11/+1
* | libgsmdec: fix decoding of non 8khz gsm filesMichael Niedermayer2012-11-031-1/+2
* | gsmdec: fix decoding of non 8khz gsm filesMichael Niedermayer2012-11-031-1/+2
* | indeo3: release buffer before calling decode_planePaul B Mahol2012-11-021-3/+3
* | Revert "Partly revert f174fba: indeo3 decoder does not support direct renderi...Paul B Mahol2012-11-021-0/+1
* | libvo-amrwbenc: allow sampling rates other than 16khzMichael Niedermayer2012-11-021-1/+1
* | libopencore-amr: allow sampling rates other than 8khzMichael Niedermayer2012-11-021-1/+1
* | libopencore-amrdec: allow sampling rates other than 8khzMichael Niedermayer2012-11-021-1/+2
* | amrwbdec: allow sample rates other than 16khzMichael Niedermayer2012-11-021-1/+2
* | amrnbdec: allow sample rates other than 8khzMichael Niedermayer2012-11-021-1/+2
* | lclenc: make compression level user selectablePaul B Mahol2012-11-021-2/+3
* | Fix bit_rate in MPEG1/2 VideoHeesuk Jung2012-11-023-4/+15
* | apedec: consume packet after it has been fully decodedPaul B Mahol2012-11-021-4/+1
* | lavc/pngdec: decode textual data (tEXt and zTXt).Nicolas George2012-11-021-0/+131
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-029-92/+107
|\|
| * lavc: add some AVPacket doxy.Anton Khirnov2012-11-021-0/+22
| * decode_audio3: initialize AVFrameIlkka Ollakka2012-11-011-1/+1
| * ws-snd1: set channel layoutJustin Ruggles2012-11-011-6/+5
| * wmavoice: set channel layoutJustin Ruggles2012-11-011-0/+3
| * wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-27/+25
| * wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-014-56/+48
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-0221-101/+142
|\|
| * vmdaudio: set channel layoutJustin Ruggles2012-11-011-0/+4
| * twinvq: validate sample rate codeJustin Ruggles2012-11-011-0/+5
| * twinvq: set channel layoutJustin Ruggles2012-11-011-0/+4
| * twinvq: validate that channels is not <= 0Justin Ruggles2012-11-011-1/+1
| * truespeech: set channel layoutJustin Ruggles2012-11-011-1/+3
| * sipr: set channel layoutJustin Ruggles2012-11-011-1/+4
| * shorten: validate that the channel count in the header is not <= 0Justin Ruggles2012-11-011-1/+1
| * ra288dec: set channel layoutJustin Ruggles2012-11-011-1/+6
| * ra144dec: set channel layoutJustin Ruggles2012-11-011-1/+4
| * qdm2: remove unneeded checks for channel countJustin Ruggles2012-11-011-8/+0
| * qdm2: make sure channels is not <= 0 and set channel layoutJustin Ruggles2012-11-011-1/+4
| * qcelpdec: set channel layoutJustin Ruggles2012-11-011-1/+4
| * nellymoserdec: set channels to 1Justin Ruggles2012-11-011-0/+1