summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flacenc: add 24-bit encodingJustin Ruggles2012-11-051-25/+63
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-054-110/+158
* flacenc: use uint64_t for bit countsJustin Ruggles2012-11-051-25/+33
* flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-051-2/+37
* flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-051-9/+28
* x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-051-1/+1
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-3/+0
* x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-052-43/+44
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-022-29/+4
* 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
* x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-021-42/+42
* 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
* 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
* libopencore-amr: set channel layout for amr-nb or if not set by the userJustin Ruggles2012-11-011-5/+9
* libilbc: set channel layoutJustin Ruggles2012-11-011-3/+5
* dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* imc: set channels to 1 instead of validating itJustin Ruggles2012-11-011-2/+4
* gsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-011-4/+5
* libgsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-011-13/+5
* g726dec: do not validate sample rateJustin Ruggles2012-11-011-8/+0
* g726dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-4/+4
* flacdec: do not warn on sample rate changeJustin Ruggles2012-11-011-5/+1
* flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-014-18/+32
* flacdec: use av_samples_* functions for sample buffer allocationJustin Ruggles2012-11-011-14/+29
* dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles2012-11-011-17/+1
* cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERRORJustin Ruggles2012-11-011-4/+4
* cook: move samples_per_frame from COOKSubpacket to where it is usedJustin Ruggles2012-11-011-6/+5
* cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels()Justin Ruggles2012-11-011-11/+1
* cook: reverse a condition so that the code makes more senseJustin Ruggles2012-11-011-3/+2
* cook: remove unneeded COOKContext variable, sample_rateJustin Ruggles2012-11-011-3/+1
* cook: remove unneeded COOKContext variable, bit_rateJustin Ruggles2012-11-011-3/+1
OpenPOWER on IntegriCloud