Mercurial > libavcodec.hg
graph
-
flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 libavcodecThu, 05 Mar 2009 02:21:35 +0000, by jbr
-
flacdec: cosmetics: move 2 statements to immediately after frame libavcodecThu, 05 Mar 2009 01:23:53 +0000, by jbr
-
flacdec: Simplify frame sync by not using the bitstream reader. libavcodecThu, 05 Mar 2009 01:15:38 +0000, by jbr
-
flacdec: Split the metadata_parse() function into 2 separate functions, libavcodecThu, 05 Mar 2009 00:56:09 +0000, by jbr
-
flacdec: Add a check for small buffer size. This ensures reading as libavcodecWed, 04 Mar 2009 23:55:10 +0000, by jbr
-
flacdec: cosmetics: Use a more descriptive variable name for the number libavcodecWed, 04 Mar 2009 23:24:44 +0000, by jbr
-
flacdec: Handle 32 bps data when checking allocated size. libavcodecWed, 04 Mar 2009 23:16:30 +0000, by jbr
-
flacdec: Check curr_bps after wasted bits are subtracted. libavcodecWed, 04 Mar 2009 23:10:40 +0000, by jbr
-
Add support for ct_type to correctly detect interlaced flag libavcodecWed, 04 Mar 2009 19:37:19 +0000, by schreter
-
100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function libavcodecWed, 04 Mar 2009 18:18:49 +0000, by reimar
-
Set AVFrame.reference correctly for nuv decoder. libavcodecWed, 04 Mar 2009 17:12:58 +0000, by reimar
-
Add more correct bound checking in filter_mb(). libavcodecWed, 04 Mar 2009 16:56:55 +0000, by vitor
-
Add frame buffer allocators. aka simplify calls to libavcodecWed, 04 Mar 2009 08:47:29 +0000, by gb
-
Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc libavcodecWed, 04 Mar 2009 01:33:56 +0000, by reynaldo
-
Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc libavcodecWed, 04 Mar 2009 01:28:07 +0000, by reynaldo
-
flacdec: When there is not enough data to read the next header block, libavcodecWed, 04 Mar 2009 01:08:26 +0000, by jbr
-
flacdec: Check for an inline header before calling metadata_parse(). libavcodecWed, 04 Mar 2009 00:52:18 +0000, by jbr
-
flacdec: Allocate buffers right after STREAMINFO is parsed. libavcodecWed, 04 Mar 2009 00:21:46 +0000, by jbr
-
Fix syntax for the libfaad_decoder definition. libavcodecTue, 03 Mar 2009 23:52:31 +0000, by stefano
-
flacdec: Avoid parsing the STREAMINFO multiple times. libavcodecTue, 03 Mar 2009 23:49:36 +0000, by jbr
-
Do not use a macro to generate a single AVCodec declaration. libavcodecTue, 03 Mar 2009 15:48:52 +0000, by diego
-
When a H.264 stream references a PPS or SPS id which doesn't exist, instead of libavcodecTue, 03 Mar 2009 14:32:24 +0000, by takis
-
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. libavcodecTue, 03 Mar 2009 13:43:24 +0000, by gb
-
flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodecTue, 03 Mar 2009 05:53:38 +0000, by jbr
-
flacdec: Return error when blocksize code of 0 is found. It is a libavcodecTue, 03 Mar 2009 05:22:44 +0000, by jbr
-
Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodecTue, 03 Mar 2009 05:17:22 +0000, by kostya
-
alacdec: Simplify reading of uncompressed samples by using libavcodecTue, 03 Mar 2009 04:57:02 +0000, by jbr
-
flacdec: Avoid trying to read 33 bits. This occurs when the source libavcodecTue, 03 Mar 2009 04:45:45 +0000, by jbr
-
flacdec: ALT_BITSTREAM_READER is no longer required. libavcodecTue, 03 Mar 2009 02:53:11 +0000, by jbr
-
Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodecMon, 02 Mar 2009 19:42:31 +0000, by reimar
-
flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodecMon, 02 Mar 2009 17:32:53 +0000, by jbr
-
Factor out block decoding in ff_h263_decode_mb() libavcodecMon, 02 Mar 2009 17:18:49 +0000, by kostya
-
Consider all packets in the parser, not just ones with timestamps, libavcodecMon, 02 Mar 2009 15:13:58 +0000, by michael
-
Favor container packets that end after the first byte of the access libavcodecMon, 02 Mar 2009 15:12:26 +0000, by michael
-
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodecMon, 02 Mar 2009 14:53:18 +0000, by michael