]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Move declaration of prn before any assignment.
[frescor/ffmpeg.git] / libavcodec /
2009-03-31 benoitMove declaration of prn before any assignment.
2009-03-30 gbRecord MPEG-4 sprite trajectory points [up to num_sprit...
2009-03-30 diegoAdd required va/va.h header, should fix 'make checkhead...
2009-03-30 ramiromlpdec: Simplify check for substream_parity_present.
2009-03-30 ramiromlpdec: Simplify no restart header seen error.
2009-03-30 ramiromlpdec: Simplify substream length mismatch error.
2009-03-30 ramiromlpdec: Prettify substream parity check.
2009-03-30 ramiromlpdec: Cleaner and better termination word check.
2009-03-30 ramiromlpdec: More validation for read_channel_params()
2009-03-30 ramiromlpdec: whitespace cosmetics.
2009-03-30 ramiromlpdec: Simplify &foo[0] to foo and use index (which...
2009-03-30 ramiromlpdec: Split filter_state_buffer into [fi]irbuf and...
2009-03-30 ramiromlpdec: Unroll copying filter state data and filtering...
2009-03-30 ramiromlpdec: Max filter orders for FIR and IIR are 8 and...
2009-03-29 reimarMerge the 3 COPY_FROM_* macros with lots of duplicated...
2009-03-29 reimarChange CHECK_STREAM_PTR macro to correctly handle the...
2009-03-29 reimarSimplify check for leftover bytes after decoding for...
2009-03-29 reimarGet rid of pointless "B" array in interplayvideo decoder.
2009-03-29 reimarReplace many tiny loops in the interplayvideo decoder...
2009-03-29 reimarMake ipvideo_decode_block array constant, compile-time...
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-29 diegoRename apiexample.c --> api-example.c to be consistent...
2009-03-28 ramiromlpdec: Remove few random dprintf()s.
2009-03-27 ramiromlpdec: Check for blocksize in proper range.
2009-03-27 ramiromlpdec: quant_step_size can be any value from 0 to...
2009-03-27 ramiromlpdec: output_shift can be any value from -8 to 7.
2009-03-27 ramirooutput_shift is signed
2009-03-27 ramiroSplit read_channel_params() into its own function.
2009-03-27 ramiroSplit read_matrix_params() into its own function.
2009-03-27 kostyaMerge some cases for reading raw data with different...
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-25 diegofft-test does not depend on fdctref.o.
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-24 jbrcosmetics: add an @return to documentation for decode_f...
2009-03-24 superdumpUpdate apiexample.c to use the newer avcodec_decode_aud...
2009-03-24 jbrflacdec: split frame header decoding and validation...
2009-03-23 gbAdd MPEG-2 bitstream decoding through VA API.
2009-03-23 benoitMove av_class to AVResampleContext instead of ReSampleC...
2009-03-23 alexcAAC: Ignore cc_domain for independent (time domain...
2009-03-22 stefanoAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 jbrflacdec: cosmetics: white space
2009-03-22 jbrflacdec: cosmetics: separate the pure frame header...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 diegoSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-22 jbrflacdec: allow sample rate to change mid-stream, but...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-22 stefanoFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 jbrflacdec: cosmetics: indentation
2009-03-22 stefanoImplement X_NE() macro.
2009-03-22 jbrflacdec: change frame bps validation to return an error...
2009-03-22 jbrflacdec: cosmetics: add some braces to if/else statements
2009-03-22 jbrflacdec: skip frame when allocated data size is too...
2009-03-22 jbr10l: don't check against current layout until after...
2009-03-22 jbrflacdec: give a more accurate error message when valida...
2009-03-22 stefanoExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 jbrflacdec: move data size check to flac_decode_frame()
2009-03-22 jbrflacdec: cosmetics: comments and white space
2009-03-22 jbrcosmetics: vertical alignment
2009-03-22 jbrflacdec: remove unneeded local variable
2009-03-22 jbrflacdec: cosmetics: rename 3 variables
2009-03-22 jbrflacdec: use a local variable for GetBitContext in...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierinit ext sample rate to 0 if not present
2009-03-22 gbAdd common VA API data structures and helpers.
2009-03-21 gbAdd support for HW accelerated VC-1 decoding through...
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 diegoFix reference to av_random_init where av_lfg_init was...
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-03-21 diegoRemove deprecated functions and structures on next...
2009-03-21 reimarFix avpicture_get_size for non-paletted formats with...
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrflacdec: account for frame and subframe header overhead...
2009-03-21 jbrrevert accidental unrelated change in last commit
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 jbrflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 jbrflacdec: remove unneeded variable, 'assignment'
2009-03-21 jbrflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 jbrflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-20 stefanoRemove declaration of the removed function img_convert().
2009-03-20 bananGet rid of av_random in cook.c
2009-03-20 bananGet rid of av_random in nellymoserdec.c
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 ramiromlp, truehd: support non 1:1 channel mapping.
2009-03-20 ramiroSupport "next parameter flags present" flag.
2009-03-20 ramirotruehd: support up to 3 substreams.
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoOnly build motion-test if MMX is enabled.
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoRemove unused libavutil/random.h #include.
2009-03-20 diegoUse correct header for struct AVLFG.
2009-03-19 cehoyosRemove useless casting in asm "m" operand.
2009-03-19 reimarFix indentation after r18047.
2009-03-19 reimarChange linesize alignment method to ensure that linesiz...
2009-03-19 reimarDo not set linesize for palette data, it does not make...
2009-03-19 ramiroSplit TrueHD decoder from MLP
next