2009-03-16 |
Daniel Verkamp | Fix an assert(). |
tree | commitdiff |
2009-03-16 |
David Conrad | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef... |
tree | commitdiff |
2009-03-15 |
Benjamin Larsson | Add cook channel count function, part of multichannel... |
tree | commitdiff |
2009-03-15 |
Benjamin Larsson | Add max allowed subpackets in multichannel cook |
tree | commitdiff |
2009-03-15 |
Benjamin Larsson | save avctx in cook decoder context and use it for av_log |
tree | commitdiff |
2009-03-15 |
Benjamin Larsson | memset when category is >=7, part of cook multichannel |
tree | commitdiff |
2009-03-15 |
Reimar Döffinger | 1 km^3 cola, timecode_frame_start is a 64 bit integer... |
tree | commitdiff |
2009-03-15 |
Diego Biurrun | cosmetics: Remove file name from file header. |
tree | commitdiff |
2009-03-15 |
Stefano Sabatini | Expand "lsb" to "least significant bits". |
tree | commitdiff |
2009-03-15 |
Stefano Sabatini | Rename the (yet not defined) macros: |
tree | commitdiff |
2009-03-15 |
Kostya Shishkov | Correct MV prediction for B-frame blocks in RV4 decoder |
tree | commitdiff |
2009-03-14 |
Diego Biurrun | prettyprinting cosmetics |
tree | commitdiff |
2009-03-14 |
Diego Biurrun | Add av_uninit to vsrcBuc variable to work around some |
tree | commitdiff |
2009-03-14 |
Diego Biurrun | Improve description of next_free_data_block_num struct... |
tree | commitdiff |
2009-03-13 |
Daniel Verkamp | Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder. |
tree | commitdiff |
2009-03-13 |
Michael Niedermayer | Print timing_info on -debug 1. |
tree | commitdiff |
2009-03-13 |
Kostya Shishkov | Fix direct and skip MB motion compensation in RV4: |
tree | commitdiff |
2009-03-11 |
Gwenole Beauchesne | Use av_mallocz() to initialize hwaccel_data_private. |
tree | commitdiff |
2009-03-10 |
Vitor Sessak | Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 |
tree | commitdiff |
2009-03-10 |
Gwenole Beauchesne | Add REGISTER_HWACCEL() for hardware accelerators. |
tree | commitdiff |
2009-03-09 |
Måns Rullgård | Fix unaligned access in ff_copy_bits() |
tree | commitdiff |
2009-03-09 |
Reynaldo H. Verdej... | Cosmetics from Kenan Gillet's 'extract and share weight... |
tree | commitdiff |
2009-03-09 |
Reynaldo H. Verdej... | Functional part Kenan Gillet's 'extract and share weigh... |
tree | commitdiff |
2009-03-09 |
Gwenole Beauchesne | Add private HW accel data infrastructure. |
tree | commitdiff |
2009-03-08 |
Vitor Sessak | Use FLG pseudo-random number generator in RoQ and ELBG |
tree | commitdiff |
2009-03-08 |
Kostya Shishkov | Make Musepack decoders use LFG pseudorandom generator |
tree | commitdiff |
2009-03-07 |
Vitor Sessak | VQF demuxer |
tree | commitdiff |
2009-03-06 |
Alex Converse | Re-indent after last commit. |
tree | commitdiff |
2009-03-06 |
Alex Converse | If we get an error from ff_aac_parse_header() we should... |
tree | commitdiff |
2009-03-06 |
Alex Converse | Fix the channel allocation bug/assumption (issue 800). |
tree | commitdiff |
2009-03-06 |
Stephen Warren | Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 |
tree | commitdiff |
2009-03-06 |
Justin Ruggles | flacdec: Parse the metadata header in the raw FLAC... |
tree | commitdiff |
2009-03-06 |
Justin Ruggles | flacdec: Add a shared function for parsing a FLAC metad... |
tree | commitdiff |
2009-03-06 |
Justin Ruggles | pnm: Add missing 'else'. Fixes decoding for 16-bit... |
tree | commitdiff |
2009-03-05 |
Diego Biurrun | Mark variables "j" and "structure" in execute_ref_pic_m... |
tree | commitdiff |
2009-03-05 |
Alex Converse | AAC: hoist dependent gain lookup out of the loop |
tree | commitdiff |
2009-03-05 |
Diego Biurrun | Remove duplicated MUL16 macro definition, fixes the... |
tree | commitdiff |
2009-03-05 |
Måns Rullgård | ARM: disable inline asm for armcc |
tree | commitdiff |
2009-03-05 |
Ivan Schreter | Add handling of frame position in the parser. |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: cosmetics: Add a comment with the data of... |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: There is an even smaller FLAC frame size possi... |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: 10l to me. I miscalculated the smallest FLAC... |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: cosmetics: move 2 statements to immediately... |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: Simplify frame sync by not using the bitstream... |
tree | commitdiff |
2009-03-05 |
Justin Ruggles | flacdec: Split the metadata_parse() function into 2... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: Add a check for small buffer size. This ensur... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: cosmetics: Use a more descriptive variable... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: Handle 32 bps data when checking allocated... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: Check curr_bps after wasted bits are subtracted. |
tree | commitdiff |
2009-03-04 |
Stefano Sabatini | Fix typo: "i" -> "in". |
tree | commitdiff |
2009-03-04 |
Ivan Schreter | Add support for ct_type to correctly detect interlaced... |
tree | commitdiff |
2009-03-04 |
Reimar Döffinger | 100l, interplayvideo uses 8x8 blocks, so call the 8x8... |
tree | commitdiff |
2009-03-04 |
Reimar Döffinger | Set AVFrame.reference correctly for nuv decoder. |
tree | commitdiff |
2009-03-04 |
Vitor Sessak | Add more correct bound checking in filter_mb(). |
tree | commitdiff |
2009-03-04 |
Gwenole Beauchesne | Add frame buffer allocators. aka simplify calls to |
tree | commitdiff |
2009-03-04 |
Reynaldo H. Verdej... | Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc |
tree | commitdiff |
2009-03-04 |
Reynaldo H. Verdej... | Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: When there is not enough data to read the... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | cosmetics: indentation after last commit |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: Check for an inline header before calling... |
tree | commitdiff |
2009-03-04 |
Justin Ruggles | flacdec: Allocate buffers right after STREAMINFO is... |
tree | commitdiff |
2009-03-03 |
Stefano Sabatini | Fix syntax for the libfaad_decoder definition. |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | cosmetics: indentation after last commit |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: Avoid parsing the STREAMINFO multiple times. |
tree | commitdiff |
2009-03-03 |
Michael Niedermayer | Remove old scaler. |
tree | commitdiff |
2009-03-03 |
Diego Biurrun | Do not use a macro to generate a single AVCodec declara... |
tree | commitdiff |
2009-03-03 |
Panagiotis Issaris | When a H.264 stream references a PPS or SPS id which... |
tree | commitdiff |
2009-03-03 |
Gwenole Beauchesne | Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI... |
tree | commitdiff |
2009-03-03 |
Benoit Fouet | Use sign_extend(). |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: Warn about invalid max blocksize and limit... |
tree | commitdiff |
2009-03-03 |
Alex Converse | H.264: Simplify decode_residual() |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | cosmetics: remove a pointless comment |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: Remove unused variable, min_blocksize. |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: Return error when blocksize code of 0 is found... |
tree | commitdiff |
2009-03-03 |
Kostya Shishkov | Enable PB-frames decoding for H.263 |
tree | commitdiff |
2009-03-03 |
Kostya Shishkov | Add PB-frame decoding support for H.263/i263 (and enabl... |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | alacdec: Simplify reading of uncompressed samples by... |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: Avoid trying to read 33 bits. This occurs... |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: ALT_BITSTREAM_READER is no longer required. |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | flacdec: use get_sbits_long() where needed. |
tree | commitdiff |
2009-03-03 |
Justin Ruggles | Add a get_sbits_long() function. |
tree | commitdiff |
2009-03-03 |
Måns Rullgård | ALAC: use sign_extend() from mathops.h |
tree | commitdiff |
2009-03-03 |
Måns Rullgård | Add sign_extend() function to mathops.h |
tree | commitdiff |
2009-03-02 |
Reimar Döffinger | Simplify show_bits_long and copy the GetBitsContext... |
tree | commitdiff |
2009-03-02 |
Justin Ruggles | flacdec: Use get/skip_bits_long() for more than 17... |
tree | commitdiff |
2009-03-02 |
Kostya Shishkov | Factor out block decoding in ff_h263_decode_mb() |
tree | commitdiff |
2009-03-02 |
Michael Niedermayer | Consider all packets in the parser, not just ones with... |
tree | commitdiff |
2009-03-02 |
Michael Niedermayer | Favor container packets that end after the first byte... |
tree | commitdiff |
2009-03-02 |
Michael Niedermayer | Call ff_fetch_timestamp() for mpeg1/2 when a picture... |
tree | commitdiff |
2009-03-02 |
Benoit Fouet | Merge three conditions in a single 'if' instead of... |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "DPCM" comes... |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "ADPCM" comes... |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "PCM" comes... |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | small spelling/grammar fixes |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | xvmc works with MPEG-2 as well as MPEG-1, note this... |
tree | commitdiff |
2009-03-02 |
Diego Biurrun | Change a bunch of codec long_names to be more consisten... |
tree | commitdiff |
2009-03-02 |
Justin Ruggles | Add some missing codecs and update names to match the... |
tree | commitdiff |
2009-03-01 |
Måns Rullgård | RA144: work around gcc bug/oddity on ARM |
tree | commitdiff |
2009-03-01 |
Måns Rullgård | SVQ3: Fix decoding with A32_BITSTREAM_READER |
tree | commitdiff |
2009-03-01 |
Måns Rullgård | ARM: fix missing MUL16() return type |
tree | commitdiff |
next |