16193 Commits (4e8078e6a8808b03bab29c4c4410422aceb380ab)

Author SHA1 Message Date
Diego Biurrun 276b995d85 x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory 13 years ago
Michael Niedermayer 33feba3abf Revert "lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_buffer()" 13 years ago
Michael Niedermayer ac3c895d93 Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue" 13 years ago
Kostya Shishkov f545e00677 BMV demuxer and decoder 13 years ago
Michael Niedermayer c3d56f0ea3 proresenc: fix typo that caused the wrong dimensions to be used. 13 years ago
Vitor Sessak 22e25c002e mpegaudiodec: add SSE-optimized imdct36() 13 years ago
Vitor Sessak e32aaba358 mpegaudiodec: move imdct36() to MPADSPContext 13 years ago
Derek Buitenhuis 159609512c libutvideodec: Check if the decode initializes correctly 13 years ago
Derek Buitenhuis 61d303c780 libutvideodec: Remove CODEC_CAP_LOSSLESS 13 years ago
Derek Buitenhuis 70cf7bb958 libutvideodec: Make buf_size local 13 years ago
Alex Converse 090aaaf752 mpeg12enc: Remove write-only variables. 13 years ago
Alex Converse 7c5dfc174b mpeg12enc: Don't set up run-level info for level 0. 13 years ago
Alex Converse a1684cf82d msmpeg4: Don't set up run-level info for level 0. 13 years ago
Derek Buitenhuis b580ab6b8b libutvideodec: Fix typo 13 years ago
Derek Buitenhuis 1ff1b5f7f6 libutvideodec: Width and height don't need to be unsigned 13 years ago
Derek Buitenhuis f44f093d60 libutvideodec: Fix name of extradata member 13 years ago
Derek Buitenhuis bc74c4712d libutvideodec: remove impossible pix_fmt case 13 years ago
Derek Buitenhuis e347519877 libutvideo: Don't try and output original_format 13 years ago
Justin Ruggles b8f02f5b4e dsputil: use cpuflags in x86 versions of vector_clip_int32() 13 years ago
Reimar Döffinger 54a09f18e3 Fix av_packet_split_side_data. 13 years ago
Kostya Shishkov 66760b30a3 cosmetics: insert some spaces in explicit enum value assignments 13 years ago
Kostya Shishkov 19900d60fd move 8SVX audio codecs to the audio codec list part on the next bump 13 years ago
Kostya Shishkov 0e288b8c52 deprecate codec IDs that won't ever be used 13 years ago
Joakim Plate 29a29226bb Set avctx->coded_width/height to uncropped h264 sizes 13 years ago
Michael Niedermayer 439e1d196b libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25]" 13 years ago
Reimar Döffinger d9010daa6f Set AVFrame reference before reget_buffer. 13 years ago
Reimar Döffinger 266f6eefc6 nuv: do not use data not initialized by LZO decompression. 13 years ago
Reimar Döffinger 95e1dfee76 nuv: Fix combination of size changes and LZO compression. 13 years ago
Reimar Döffinger 6f3ebcc320 Check NUV per-frame header for validity. 13 years ago
Reimar Döffinger 4e6413c67d rtjpeg: check get_block return value for error. 13 years ago
Reimar Döffinger fffa4530f9 Simplify using get_bits_left. 13 years ago
Reimar Döffinger 7f6c828f2e Use FFALIGN. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Michael Niedermayer fb2288834b h264: fix ssse3 biweight code with weights of 128 13 years ago
Reimar Döffinger 49baf44c24 Make ff_mba_* arrays const. 13 years ago
Reimar Döffinger db076a2c48 Make fdct_r_row_sse2 const. 13 years ago
Reimar Döffinger b883c879aa Make AMR tables of lookup filter tables const. 13 years ago
Reimar Döffinger 9663b8da9a Make tab_frw_01234567_sse2 const. 13 years ago
Ronald S. Bultje 717401aff2 h264_weight: remove duplication functions. 13 years ago
Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 13 years ago
Clément Bœsch 454f165728 j2kdec: fix a bunch of const compiler warnings. 13 years ago
Martin Storsjö 8148631269 w32threads: Wrap the mutex functions in inline functions returning int 13 years ago
Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 13 years ago
Jordi Ortiz 8b1032c923 dwt: Code make up, removed gotos 13 years ago
Jordi Ortiz db3463e9c3 Dirac: Added endif comments 13 years ago
Jordi Ortiz fca712df09 Dirac: Specific struct initializers in AVCodec initialization 13 years ago
Jordi Ortiz aae7a5e36d Dirac: Removed goto + some code make up 13 years ago
Jordi Ortiz 4bb2b5afc9 dwt: removed some warnings in make checkheaders 13 years ago
Jordi Ortiz 1b95b52c0a Dirac: Solved problem with make checkheaders 13 years ago
Derek Buitenhuis 682e0eaf14 Fix libutvideo wrapper name 13 years ago