summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid mixed declaration and code, fix C89 compatibility.François Revol2010-05-15
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini2010-05-15
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-14
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-14
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse2010-05-14
* Change inter-protocol dependencies from _deps to _selectMartin Storsjö2010-05-14
* aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse2010-05-14
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-14
* aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse2010-05-14
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-14
* aacenc: Fix psy logic.Alex Converse2010-05-14
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-13
* qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö2010-05-13
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö2010-05-13
* Cosmetics: reindentMartin Storsjö2010-05-13
* qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö2010-05-13
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård2010-05-13
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-13
* Make the init and config_filter callbacks of the pad filter returnStefano Sabatini2010-05-13
* Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini2010-05-13
* 1.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer2010-05-13
* Cast constants to float to avoid gcc converting to and fromMichael Niedermayer2010-05-13
* Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer2010-05-13
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-13
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-13
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-13
* Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak2010-05-13
* FATE: change -vfilters to -vfMåns Rullgård2010-05-13
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-13
* Fix mpegaudio tablegen.Michael Kostylev2010-05-13
* Support writing 2d float arrays.Michael Kostylev2010-05-13
* rename -vfilters cli option to -vf in ffplay as wellBaptiste Coudurier2010-05-12
* change a variable-length array to a malloc.Loren Merritt2010-05-12
* Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini2010-05-12
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-12
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-12
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-11
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-11
* Optimize decoding high freqs.Michael Niedermayer2010-05-11
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-11
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-11
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-11
* cosmetics, rename loop to frame_availableBaptiste Coudurier2010-05-11