44606 Commits (36c2694d83327bb98a328b3ccfb035d0e6bbf44a)
 

Author SHA1 Message Date
Michael Niedermayer 36c2694d83 dcadec: fix "set but not used" variable 12 years ago
Michael Niedermayer c1f3a4d1e3 libavfilter/filtfmts: fix argv/argc checks 12 years ago
Michael Niedermayer f5326dc68e bavfilter/filtfmts: fix type for channel layouts 12 years ago
Michael Niedermayer 270a325f0c av_des_init: suppress warning about unused parameter 12 years ago
Andrey Utkin cb3591e697 avutil: Cast AV_NOPTS_VALUE to int64_t explicitly 12 years ago
Michael Niedermayer d5fd610dab wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning. 12 years ago
Michael Niedermayer 8846115b1a Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 67d501b4f1 Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' 12 years ago
Tim Nicholson b90210e9c5 doc/filters: clarify use of graph2dot 12 years ago
Stefano Sabatini f398617b19 ffprobe: fix CSV writer output 12 years ago
Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 12 years ago
Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 12 years ago
Janne Grunau 1b3439b305 mpegvideo: move frame size dependent memory management to separate functions 12 years ago
Bobby Bingham d0c6ac0deb Fix segfault with -filters option 12 years ago
Bobby Bingham f1b6c14297 ffserver: fix typo in log message 12 years ago
Mans Rullgard aeeb782c2a configure: add --toolchain option 12 years ago
Michael Niedermayer 8d07742cb1 avidec: workaround aac with broken block align 12 years ago
Derek Buitenhuis 8e2a950b29 ffprobe: Add a few common disposition cases 12 years ago
Clément Bœsch b89c16e73e lavfi/select: make sure avctx is set before closing it. 12 years ago
Carl Eugen Hoyos 9e208ce6dd Silence warning C4554 when compiling with msvc. 12 years ago
Michael Niedermayer 0b2ac679e2 sonic: factorize tail_size 12 years ago
Michael Niedermayer 512beea529 sonicenc: limit quant so that golomb codes are less than 32 bits long 12 years ago
Martin Storsjö e772f9faec configure: Make the smoothstreaming muxer enable the ismv muxer 12 years ago
Martin Storsjö 84cc314e40 smoothstreaming: Export the mp4 codec tags 12 years ago
Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 12 years ago
Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 12 years ago
Michael Niedermayer 36e5c472c8 allcodecs: re-enable sonic 12 years ago
Michael Niedermayer a44cbc1cbc sonic: update to encode2() API 12 years ago
Luca Barbato 9888ffb1ce mov: check for EOF in long lasting loops 12 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
Michael Niedermayer 4cdc337b5d Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 91af76099e Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 12 years ago
Bobby Bingham 4aade44c4a targaenc: Use named TGA_RLE constant instead of magic number 12 years ago
Bobby Bingham 8e59062597 Fix typo in targa encoder comment 12 years ago
Benjamin Larsson 6a08955c10 flvenc: silence bogus warning 12 years ago
Bobby Bingham 6e03da7f35 doc: fix typos in filter documentation 12 years ago
Michael Niedermayer 70a9734544 dsputil: change assert(8) to av_assert2(8) 12 years ago
Michael Niedermayer db436b17e9 swscale: change assert() to av_assert() 12 years ago
Michael Niedermayer a1fb2b935a nsvdec: change 2 commented assert() to av_assert() 12 years ago
Michael Niedermayer 66bdc58550 get_cabac_inline_x86: workaround clang bug with disabled optimizations 12 years ago
Mans Rullgard 2a8a860ae6 configure: include flags in nm variable 12 years ago
Andrey Utkin b0fabed20f When copying pkt side_data, don't forget size, type 12 years ago
Lyubomir Marinov 63951aec2b libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence of other information 12 years ago
Lyubomir Marinov fd9cd8cd5a libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size 12 years ago
Reimar Döffinger 07d2d06395 Remove code that duplicates existing code a few lines down. 12 years ago
Derek Buitenhuis 5c95a93411 dirac_arith: Fix unprotected inline asm 12 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago