summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* VQF demuxerVitor Sessak2009-03-07
* Re-indent after last commit.Alex Converse2009-03-06
* If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse2009-03-06
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-06
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-06
* pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles2009-03-06
* Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun2009-03-05
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-05
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-05
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
* Add handling of frame position in the parser.Ivan Schreter2009-03-05
* flacdec: cosmetics: Add a comment with the data of the smallest FLACJustin Ruggles2009-03-05
* flacdec: There is an even smaller FLAC frame size possibility.Justin Ruggles2009-03-05
* flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16Justin Ruggles2009-03-05
* flacdec: cosmetics: move 2 statements to immediately after frameJustin Ruggles2009-03-05
* flacdec: Simplify frame sync by not using the bitstream reader.Justin Ruggles2009-03-05
* flacdec: Split the metadata_parse() function into 2 separate functions,Justin Ruggles2009-03-05
* flacdec: Add a check for small buffer size. This ensures reading asJustin Ruggles2009-03-04
* flacdec: cosmetics: Use a more descriptive variable name for the numberJustin Ruggles2009-03-04
* flacdec: Handle 32 bps data when checking allocated size.Justin Ruggles2009-03-04
* flacdec: Check curr_bps after wasted bits are subtracted.Justin Ruggles2009-03-04
* Fix typo: "i" -> "in".Stefano Sabatini2009-03-04
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-04
* 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger2009-03-04
* Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger2009-03-04
* Add more correct bound checking in filter_mb().Vitor Sessak2009-03-04
* Add frame buffer allocators. aka simplify calls toGwenole Beauchesne2009-03-04
* Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
* Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
* flacdec: When there is not enough data to read the next header block,Justin Ruggles2009-03-04
* cosmetics: indentation after last commitJustin Ruggles2009-03-04
* flacdec: Check for an inline header before calling metadata_parse().Justin Ruggles2009-03-04
* flacdec: Allocate buffers right after STREAMINFO is parsed.Justin Ruggles2009-03-04
* Fix syntax for the libfaad_decoder definition.Stefano Sabatini2009-03-03
* cosmetics: indentation after last commitJustin Ruggles2009-03-03
* flacdec: Avoid parsing the STREAMINFO multiple times.Justin Ruggles2009-03-03
* Remove old scaler.Michael Niedermayer2009-03-03
* Do not use a macro to generate a single AVCodec declaration.Diego Biurrun2009-03-03
* When a H.264 stream references a PPS or SPS id which doesn't exist, instead ofPanagiotis Issaris2009-03-03
* Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.Gwenole Beauchesne2009-03-03
* Use sign_extend().Benoit Fouet2009-03-03
* flacdec: Warn about invalid max blocksize and limit the minimum value.Justin Ruggles2009-03-03
* H.264: Simplify decode_residual()Alex Converse2009-03-03
* cosmetics: remove a pointless commentJustin Ruggles2009-03-03
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-03
* flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles2009-03-03
* Enable PB-frames decoding for H.263Kostya Shishkov2009-03-03
* Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov2009-03-03