Mercurial > libavcodec.hg
graph
-
Fix the channel allocation bug/assumption (issue 800). libavcodecFri, 06 Mar 2009 19:47:01 +0000, by alexc
-
Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 libavcodecFri, 06 Mar 2009 08:03:26 +0000, by cehoyos
-
flacdec: Parse the metadata header in the raw FLAC demuxer. libavcodecFri, 06 Mar 2009 01:31:10 +0000, by jbr
-
flacdec: Add a shared function for parsing a FLAC metadata block header. libavcodecFri, 06 Mar 2009 01:25:11 +0000, by jbr
-
pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. libavcodecFri, 06 Mar 2009 00:54:49 +0000, by jbr
-
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit libavcodecThu, 05 Mar 2009 23:38:52 +0000, by diego
-
AAC: hoist dependent gain lookup out of the loop libavcodecThu, 05 Mar 2009 23:10:22 +0000, by alexc
-
Remove duplicated MUL16 macro definition, fixes the warning: libavcodecThu, 05 Mar 2009 22:17:12 +0000, by diego
-
Add handling of frame position in the parser. libavcodecThu, 05 Mar 2009 07:35:06 +0000, by schreter
-
flacdec: cosmetics: Add a comment with the data of the smallest FLAC libavcodecThu, 05 Mar 2009 04:40:42 +0000, by jbr
-
flacdec: There is an even smaller FLAC frame size possibility. libavcodecThu, 05 Mar 2009 02:36:17 +0000, by jbr
-
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