summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Dirac decoding is supported natively.Carl Eugen Hoyos2011-10-31
* Add missing 'tab'.Carl Eugen Hoyos2011-10-31
* Bump libavcodec minor version for the Dirac decoder.Carl Eugen Hoyos2011-10-31
* dirac: enable ff_spatial_idwt_init_mmx()Michael Niedermayer2011-10-30
* dirac: enable diracdsp_mmxMichael Niedermayer2011-10-30
* dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable itMichael Niedermayer2011-10-30
* dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer2011-10-30
* dirac: add_rect_clamped does currently not receive aligned data, thus use una...Michael Niedermayer2011-10-30
* dirac: put_signed_rect_clamped does currently not receive aligned data, thus ...Michael Niedermayer2011-10-30
* dirac; dirac_hpel_filter_h does currently not receive aligned data thus use u...Michael Niedermayer2011-10-30
* dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ...Michael Niedermayer2011-10-30
* Dirac: More formatingJordi Ortiz2011-10-30
* Dirac: Doxygen comments and some formatting enhancementsJordi Ortiz2011-10-30
* Dirac: allcodecs in alphabetical orderJordi Ortiz2011-10-30
* Dirac now returns AVFrames instead of DiracFramesJordi Ortiz2011-10-30
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-30
* vf_overlay: use opt.h API for setting optionsStefano Sabatini2011-10-30
* libmp3lame: log error message in case of invalid number of channelsStefano Sabatini2011-10-30
* Remove pointless per-frame malloc/free.Reimar Döffinger2011-10-30
* MMX put_no_rnd_pixels_l2David Conrad2011-10-30
* postproc: remove stray +Michael Niedermayer2011-10-30
* Fix deprecated warnings in .bit (de)muxerVladimir Voroshilov2011-10-30
* spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula2011-10-30
* propresenc: fix missed LE pixfmt occuranceMichael Niedermayer2011-10-30
* proresenc: the encoder expects native endian input.Michael Niedermayer2011-10-30
* ffmpeg: allow pass 3Michael Niedermayer2011-10-30
* doc: add v4l2 example with ALSA instead of OSS.Clément Bœsch2011-10-30
* lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-30
* ffmpeg: silence two compiler warnings.Clément Bœsch2011-10-30
* doc: fix and clarify libx264 encoding.Clément Bœsch2011-10-30
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\
| * cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles2011-10-29
| * cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles2011-10-29
| * cin audio: use local variable for delta valueJustin Ruggles2011-10-29
| * cin audio: remove unneeded cast from void*Justin Ruggles2011-10-29
| * cin audio: validate the channel countJustin Ruggles2011-10-29
| * cin audio: remove unneeded AVCodecContext pointer from CinAudioContextJustin Ruggles2011-10-29
| * dsicin: fix several audio-related fields in the CIN demuxerJustin Ruggles2011-10-29
| * flacdec: use av_get_bytes_per_sample() to get sample sizeJustin Ruggles2011-10-29
| * dca: handle errors from dca_decode_block()Justin Ruggles2011-10-29
| * dca: return error if the frame header is invalidJustin Ruggles2011-10-29
| * dca: return proper error codes instead of -1Justin Ruggles2011-10-29
| * utvideo: handle empty Huffman treesKostya Shishkov2011-10-29
| * binkaudio: change short to int16_tJustin Ruggles2011-10-29
| * binkaudio: only decode one block at a time.Justin Ruggles2011-10-29
| * binkaudio: store interleaved overlap samples in BinkAudioContext.Justin Ruggles2011-10-29
| * binkaudio: pre-calculate quantization factorsJustin Ruggles2011-10-29
| * binkaudio: add some buffer overread checks.Justin Ruggles2011-10-29
| * atrac3: support float or int16 output using request_sample_fmtJustin Ruggles2011-10-29
| * atrac3: add CODEC_CAP_SUBFRAMES capabilityJustin Ruggles2011-10-29