summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Remove inclusion of va.h, not needed anymore after r18256.Gwenole Beauchesne2009-03-31
* Give better names to reference DCT functions.Dylan Yudaken2009-03-31
* Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne2009-03-31
* Move declaration of prn before any assignment.Benoit Fouet2009-03-31
* Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne2009-03-30
* Add required va/va.h header, should fix 'make checkheaders'.Diego Biurrun2009-03-30
* mlpdec: Simplify check for substream_parity_present.Ramiro Polla2009-03-30
* mlpdec: Simplify no restart header seen error.Ramiro Polla2009-03-30
* mlpdec: Simplify substream length mismatch error.Ramiro Polla2009-03-30
* mlpdec: Prettify substream parity check.Ramiro Polla2009-03-30
* mlpdec: Cleaner and better termination word check.Ramiro Polla2009-03-30
* mlpdec: More validation for read_channel_params()Ramiro Polla2009-03-30
* mlpdec: whitespace cosmetics.Ramiro Polla2009-03-30
* mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla2009-03-30
* mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla2009-03-30
* mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla2009-03-30
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-30
* Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger2009-03-29
* Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger2009-03-29
* Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger2009-03-29
* Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger2009-03-29
* Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger2009-03-29
* Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger2009-03-29
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-29
* mlpdec: Remove few random dprintf()s.Ramiro Polla2009-03-28
* mlpdec: Check for blocksize in proper range.Ramiro Polla2009-03-27
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-27
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-27
* mlpdec: output_shift is signedRamiro Polla2009-03-27
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-27
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-27
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-27
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-25
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-24
* Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain2009-03-24
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-23
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-23
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-23
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-22
* flacdec: cosmetics: white spaceJustin Ruggles2009-03-22
* flacdec: cosmetics: separate the pure frame header parsing code fromJustin Ruggles2009-03-22
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun2009-03-22
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* flacdec: allow sample rate to change mid-stream, but log a warningJustin Ruggles2009-03-22