summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* r210enc: don't write uninitialized dataPaul B Mahol2012-01-29
* libvpxenc: update after FF_API_X264_GLOBAL_OPTS removalPaul B Mahol2012-01-29
* Improve decoding quality for lossy wavpack.Carl Eugen Hoyos2012-01-29
* fraps: optimize pseudo-YUV to RGB conversion.Reimar Döffinger2012-01-29
* Fix dvb subtitle decoding when display segment is missing.Paul Kendall2012-01-29
* fraps: Add release_buffer forgotten when reget_buffer was removed.Reimar Döffinger2012-01-29
* fraps: fix indentation.Reimar Döffinger2012-01-29
* FRAPS: Do not needlessly use reget_buffer.Reimar Döffinger2012-01-29
* r210enc: fix encoding for unaligned widthsPaul B Mahol2012-01-29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\
| * aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-28
| * aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-28
| * lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-28
| * avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-28
| * aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-28
| * aacsbr: align some arraysMans Rullgard2012-01-28
| * aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-28
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | rawenc: initialize coded_frame via avcodec_get_frame_defaults.Reimar Döffinger2012-01-28
* | libgsm: Fix compilation.Reimar Döffinger2012-01-28
* | v210x: check for return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | v210enc: remove redundant assignmentPaul B Mahol2012-01-28
* | v210enc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | v210dec: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | roqaudioenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | roqaudioenc: remove redundant assignmentPaul B Mahol2012-01-28
* | r210dec: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | pcm: remove redundant assignmentPaul B Mahol2012-01-28
* | pcm: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | libopencore-amr: fix memleakPaul B Mahol2012-01-28
* | libopencore-amr: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | libmp3lame: remove dupe assigmentPaul B Mahol2012-01-28
* | libgsm: remove dupe assigment.Paul B Mahol2012-01-28
* | libgsm: check return value of gsm_create & avcodec_alloc_frame()Paul B Mahol2012-01-28
* | Merge palette-only header with actual video frame.Reimar Döffinger2012-01-28
* | DFA: fix "skip frame" TSW1 encoding.Reimar Döffinger2012-01-28
* | adpcmenc: refactor some code.Paul B Mahol2012-01-28
* | adpcmenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | adxenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | ac3enc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | Fix "ouput" typo and add a check.Clément Bœsch2012-01-28
* | dirac_yasm: fix linking failure due to %ifndefMichael Niedermayer2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-27
| * sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-27
| * sunrast: Add a check for experimental type.Aneesh Dogra2012-01-27
| * libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-27
| * lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-27
| * lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-27
| * lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-27