Mercurial > libavcodec.hg
graph
-
Move declaration of prn before any assignment. libavcodecTue, 31 Mar 2009 07:37:55 +0000, by benoit
-
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. libavcodecMon, 30 Mar 2009 20:39:08 +0000, by gb
-
Add required va/va.h header, should fix 'make checkheaders'. libavcodecMon, 30 Mar 2009 15:36:59 +0000, by diego
-
mlpdec: Simplify check for substream_parity_present. libavcodecMon, 30 Mar 2009 03:46:52 +0000, by ramiro
-
mlpdec: Simplify no restart header seen error. libavcodecMon, 30 Mar 2009 03:44:20 +0000, by ramiro
-
mlpdec: Simplify substream length mismatch error. libavcodecMon, 30 Mar 2009 03:42:40 +0000, by ramiro
-
mlpdec: Cleaner and better termination word check. libavcodecMon, 30 Mar 2009 03:34:15 +0000, by ramiro
-
mlpdec: More validation for read_channel_params() libavcodecMon, 30 Mar 2009 03:20:01 +0000, by ramiro
-
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized libavcodecMon, 30 Mar 2009 03:08:55 +0000, by ramiro
-
mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir. libavcodecMon, 30 Mar 2009 03:05:38 +0000, by ramiro
-
mlpdec: Unroll copying filter state data and filtering for the two filters. libavcodecMon, 30 Mar 2009 02:59:45 +0000, by ramiro
-
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively. libavcodecMon, 30 Mar 2009 02:54:19 +0000, by ramiro
-
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single libavcodecSun, 29 Mar 2009 18:15:02 +0000, by reimar
-
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) libavcodecSun, 29 Mar 2009 17:50:46 +0000, by reimar
-
Simplify check for leftover bytes after decoding for interplayvideo. libavcodecSun, 29 Mar 2009 17:42:03 +0000, by reimar
-
Get rid of pointless "B" array in interplayvideo decoder. libavcodecSun, 29 Mar 2009 17:35:22 +0000, by reimar
-
Replace many tiny loops in the interplayvideo decoder by memset, memcpy libavcodecSun, 29 Mar 2009 17:23:40 +0000, by reimar
-
Make ipvideo_decode_block array constant, compile-time initialized instead libavcodecSun, 29 Mar 2009 17:15:42 +0000, by reimar
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavcodecSun, 29 Mar 2009 14:35:20 +0000, by diego
-
Rename apiexample.c --> api-example.c to be consistent with other example files. libavcodecSun, 29 Mar 2009 14:28:56 +0000, by diego
-
mlpdec: quant_step_size can be any value from 0 to 0xF. libavcodecFri, 27 Mar 2009 23:48:08 +0000, by ramiro
-
mlpdec: output_shift can be any value from -8 to 7. libavcodecFri, 27 Mar 2009 23:47:18 +0000, by ramiro
-
mlpdec: Split read_channel_params() into its own function. libavcodecFri, 27 Mar 2009 23:42:22 +0000, by ramiro
-
mlpdec: Split read_matrix_params() into its own function. libavcodecFri, 27 Mar 2009 23:32:32 +0000, by ramiro
-
Merge some cases for reading raw data with different bit depths in BMP libavcodecFri, 27 Mar 2009 16:31:47 +0000, by kostya
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavcodecThu, 26 Mar 2009 12:41:11 +0000, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavcodecWed, 25 Mar 2009 18:19:20 +0000, by diego
-
cosmetics: add an @return to documentation for decode_frame_header() libavcodecTue, 24 Mar 2009 22:44:12 +0000, by jbr
-
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also libavcodecTue, 24 Mar 2009 02:26:10 +0000, by superdump
-
flacdec: split frame header decoding and validation into a separate libavcodecTue, 24 Mar 2009 01:17:55 +0000, by jbr
-
Move av_class to AVResampleContext instead of ReSampleContext. libavcodecMon, 23 Mar 2009 10:58:05 +0000, by benoit
-
AAC: Ignore cc_domain for independent (time domain) coupling. libavcodecMon, 23 Mar 2009 05:13:26 +0000, by alexc
-
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in libavcodecSun, 22 Mar 2009 23:42:06 +0000, by stefano
-
flacdec: cosmetics: separate the pure frame header parsing code from libavcodecSun, 22 Mar 2009 23:19:49 +0000, by jbr
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavcodecSun, 22 Mar 2009 23:13:21 +0000, by diego
-
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders libavcodecSun, 22 Mar 2009 22:50:22 +0000, by diego
-
Make the pixel formats which were defined as macros: libavcodecSun, 22 Mar 2009 22:50:19 +0000, by stefano
-
flacdec: allow sample rate to change mid-stream, but log a warning libavcodecSun, 22 Mar 2009 22:38:06 +0000, by jbr
-
Factorize: use the X_NE() macro in avcodec_get_pix_fmt(). libavcodecSun, 22 Mar 2009 22:13:10 +0000, by stefano
-
flacdec: change frame bps validation to return an error value if bps libavcodecSun, 22 Mar 2009 22:10:33 +0000, by jbr
-
flacdec: cosmetics: add some braces to if/else statements libavcodecSun, 22 Mar 2009 21:53:28 +0000, by jbr
-
flacdec: skip frame when allocated data size is too small libavcodecSun, 22 Mar 2009 21:31:23 +0000, by jbr
-
10l: don't check against current layout until after validating ch_mode. libavcodecSun, 22 Mar 2009 21:13:10 +0000, by jbr
-
flacdec: give a more accurate error message when validating channel libavcodecSun, 22 Mar 2009 21:07:43 +0000, by jbr
-
Export to pixdesc.h the av_pix_fmt_descriptors array. libavcodecSun, 22 Mar 2009 21:01:08 +0000, by stefano
-
flacdec: move data size check to flac_decode_frame() libavcodecSun, 22 Mar 2009 20:19:20 +0000, by jbr
-
flacdec: use a local variable for GetBitContext in decode_frame() libavcodecSun, 22 Mar 2009 18:52:15 +0000, by jbr
-
Add AURA 1 and 2 codec IDs and register their FOURCCs libavcodecSun, 22 Mar 2009 07:40:22 +0000, by kostya
-
Add support for HW accelerated VC-1 decoding through the new libavcodecSat, 21 Mar 2009 23:44:21 +0000, by gb
-
Change the RGB5X5/BGR5X5 pixel format defines so that we have little libavcodecSat, 21 Mar 2009 23:08:20 +0000, by stefano
-
Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a libavcodecSat, 21 Mar 2009 22:43:46 +0000, by stefano
-
Globally prefer enum PixelFormat over int when it makes sense. libavcodecSat, 21 Mar 2009 22:24:44 +0000, by stefano
-
Fix reference to av_random_init where av_lfg_init was meant. libavcodecSat, 21 Mar 2009 16:14:55 +0000, by diego
-
Make Smacker audio decoder output audio in original bit depth libavcodecSat, 21 Mar 2009 15:52:14 +0000, by kostya
-
Remove deprecated functions and structures on next version bump. libavcodecSat, 21 Mar 2009 13:51:29 +0000, by diego
-
Fix avpicture_get_size for non-paletted formats with a helper palette libavcodecSat, 21 Mar 2009 10:25:20 +0000, by reimar
-
add a function to calculate a more accurate estimate for maximum FLAC libavcodecSat, 21 Mar 2009 01:54:31 +0000, by jbr
-
flacdec: account for frame and subframe header overhead when calculating libavcodecSat, 21 Mar 2009 01:27:28 +0000, by jbr
-
revert accidental unrelated change in last commit libavcodecSat, 21 Mar 2009 01:20:28 +0000, by jbr
-
share sample rate and blocksize tables between the FLAC encoder and FLAC libavcodecSat, 21 Mar 2009 01:16:38 +0000, by jbr
-
flacenc: remove unneeded variable, 'min_encoded_framesize' and use libavcodecSat, 21 Mar 2009 00:50:19 +0000, by jbr
-
flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' libavcodecSat, 21 Mar 2009 00:47:04 +0000, by jbr
-
flacenc: remove unneeded context variable, 'ch_code' libavcodecSat, 21 Mar 2009 00:45:44 +0000, by jbr
-
share channel mode constants between the FLAC decoder and FLAC encoder libavcodecSat, 21 Mar 2009 00:44:42 +0000, by jbr
-
Remove declaration of the removed function img_convert(). libavcodecFri, 20 Mar 2009 22:29:31 +0000, by stefano
-
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavcodecFri, 20 Mar 2009 17:23:45 +0000, by cehoyos
-
Rename hwaccel_data_private to hwaccel_picture_private. libavcodecFri, 20 Mar 2009 12:04:58 +0000, by gb
-
Replace random() usage in test programs by av_lfg_*(). libavcodecFri, 20 Mar 2009 11:48:27 +0000, by diego
-
Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] libavcodecThu, 19 Mar 2009 21:34:55 +0000, by reimar
-
Do not set linesize for palette data, it does not make sense and creates libavcodecThu, 19 Mar 2009 21:31:10 +0000, by reimar
-
share some constants between the FLAC encoder and FLAC decoder libavcodecThu, 19 Mar 2009 03:04:21 +0000, by jbr
-
Implement a name field for AVPixFmtDescriptor. libavcodecWed, 18 Mar 2009 20:10:09 +0000, by stefano
-
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson libavcodecTue, 17 Mar 2009 20:47:31 +0000, by ramiro
-
Amend AVCodecContext with hwaccel_context (HW accelerator context). libavcodecTue, 17 Mar 2009 12:43:09 +0000, by gb
-
AAC: IEEE-754 type punning for 16-bit floating point rounding. libavcodecMon, 16 Mar 2009 16:11:27 +0000, by alexc
-
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references libavcodecMon, 16 Mar 2009 03:56:42 +0000, by conrad
-
Add cook channel count function, part of multichannel cook libavcodecSun, 15 Mar 2009 19:36:45 +0000, by banan
-
Add max allowed subpackets in multichannel cook libavcodecSun, 15 Mar 2009 19:34:52 +0000, by banan
-
save avctx in cook decoder context and use it for av_log libavcodecSun, 15 Mar 2009 14:11:11 +0000, by banan
-
memset when category is >=7, part of cook multichannel libavcodecSun, 15 Mar 2009 14:04:25 +0000, by banan
-
1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in libavcodecSun, 15 Mar 2009 13:38:36 +0000, by reimar