9063 Commits (b8b00d9429a2f3641d582100a924c64e6c39e1c0)

Author SHA1 Message Date
Alex Converse f650e4d34a Move MPEG-4 AOT enum to mpeg4audio.h. 16 years ago
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
Gwenole Beauchesne 1aea701830 Amend AVCodecContext with hwaccel_context (HW accelerator context). 16 years ago
Justin Ruggles 137707e53a Add documentation about missing E-AC-3 features. 16 years ago
John Cox 9e85f9c526 Fix SEIs when splitting H264 input. 16 years ago
Alex Converse 4a39ccb403 AAC: IEEE-754 type punning for 16-bit floating point rounding. 16 years ago
Daniel Verkamp 8127c4208c Fix an assert(). 16 years ago
David Conrad 170e6b14f7 Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references 16 years ago
Benjamin Larsson b217024706 Add cook channel count function, part of multichannel cook 16 years ago
Benjamin Larsson 0eec287596 Add max allowed subpackets in multichannel cook 16 years ago
Benjamin Larsson d4b3d0408f save avctx in cook decoder context and use it for av_log 16 years ago
Benjamin Larsson 7c119ced99 memset when category is >=7, part of cook multichannel 16 years ago
Reimar Döffinger 16473c1376 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in 16 years ago
Diego Biurrun 60a847b5db cosmetics: Remove file name from file header. 16 years ago
Stefano Sabatini 7867978374 Expand "lsb" to "least significant bits". 16 years ago
Stefano Sabatini e5681ba0f2 Rename the (yet not defined) macros: 16 years ago
Kostya Shishkov 0304109df6 Correct MV prediction for B-frame blocks in RV4 decoder 16 years ago
Diego Biurrun 6d79971e69 prettyprinting cosmetics 16 years ago
Diego Biurrun f5b2476fd3 Add av_uninit to vsrcBuc variable to work around some 16 years ago
Diego Biurrun b91813b6da Improve description of next_free_data_block_num struct member. 16 years ago
Daniel Verkamp 5cf59463a2 Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder. 16 years ago
Michael Niedermayer 7ed673af71 Print timing_info on -debug 1. 16 years ago
Kostya Shishkov 923ed9748c Fix direct and skip MB motion compensation in RV4: 16 years ago
Gwenole Beauchesne cd823ff950 Use av_mallocz() to initialize hwaccel_data_private. 16 years ago
Vitor Sessak e40ee25c49 Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 16 years ago
Gwenole Beauchesne eb2c24232f Add REGISTER_HWACCEL() for hardware accelerators. 16 years ago
Måns Rullgård f49568a467 Fix unaligned access in ff_copy_bits() 16 years ago
Reynaldo H. Verdejo Pinochet d2af569710 Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Reynaldo H. Verdejo Pinochet 95e8325771 Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Gwenole Beauchesne 68e5d5235e Add private HW accel data infrastructure. 16 years ago
Vitor Sessak 9aa2ab4276 Use FLG pseudo-random number generator in RoQ and ELBG 16 years ago
Kostya Shishkov 74e2a0784e Make Musepack decoders use LFG pseudorandom generator 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Alex Converse 7d87e2ceac Re-indent after last commit. 16 years ago
Alex Converse 51741a82c3 If we get an error from ff_aac_parse_header() we should not trust the header info that it provides. 16 years ago
Alex Converse bb5c0988ea Fix the channel allocation bug/assumption (issue 800). 16 years ago
Stephen Warren 49caac2413 Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Justin Ruggles 5b63d33d7d flacdec: Add a shared function for parsing a FLAC metadata block header. 16 years ago
Justin Ruggles 5a92cc663c pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. 16 years ago
Diego Biurrun 1b0f4920b8 Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit 16 years ago
Alex Converse cfd937b081 AAC: hoist dependent gain lookup out of the loop 16 years ago
Diego Biurrun 27127202d6 Remove duplicated MUL16 macro definition, fixes the warning: 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Ivan Schreter b283ba26ce Add handling of frame position in the parser. 16 years ago
Justin Ruggles 8d1e885fc2 flacdec: cosmetics: Add a comment with the data of the smallest FLAC 16 years ago
Justin Ruggles 629fb5c46a flacdec: There is an even smaller FLAC frame size possibility. 16 years ago
Justin Ruggles 5756bc7b02 flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 16 years ago
Justin Ruggles bf1d7e285c flacdec: cosmetics: move 2 statements to immediately after frame 16 years ago
Justin Ruggles fd6fd470ce flacdec: Simplify frame sync by not using the bitstream reader. 16 years ago