26653 Commits (902d49eef75d422344c0dad1b31c01a3b21380af)
 

Author SHA1 Message Date
Stefano Sabatini 4b3d0dc643 Fix crop->var_values[VAR_T] computation in the crop filter. 14 years ago
Janne Grunau 94c7870947 aacdec: change type of data in decode_audio_specific_config parameters 14 years ago
Janne Grunau 915bfa33d1 mpegts: support LATM syntax 14 years ago
Janne Grunau 136e19e1cf Add single stream LATM/LOAS decoder 14 years ago
Janne Grunau 6c003e6de8 aacdec: pass avctx as logging context for decode_audio_specific_config 14 years ago
Janne Grunau 66a71d989f aacdec: refactor the actual aac decoding code into its own function 14 years ago
Janne Grunau be63b4ba22 aacdec: return consumed bits in decode_audio_specific_config 14 years ago
Janne Grunau 37d289530f aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config 14 years ago
Anton Khirnov 45290fcdf0 ffmpeg.c: reindent 14 years ago
Anton Khirnov d0abe80aa4 ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specified 14 years ago
Anton Khirnov 1829e19528 ffmpeg.c: extend map_meta_data to allow advanced mappings 14 years ago
Ramiro Polla 4f9d25ddc8 dnxhd_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Michael Niedermayer 7d78a96441 Fix possibly exploitable out of buffer writes in msrle_decode_pal4(). 14 years ago
Michael Niedermayer 7429783101 Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32(). 14 years ago
Michael Niedermayer 81a646140f remove impossible condition from msrle_decode_pal4() 14 years ago
Michael Niedermayer 94ee6c100d fix indent 14 years ago
Stefano Sabatini 0422af7e49 Remove ffmpeg PGMYUV compatibility hack, which was deprecated since 14 years ago
İsmail Dönmez 80e33d2451 dsputil: Use explicit movzbl instead of movzx 14 years ago
Stefano Sabatini 3699c1f1df Fix documented syntax for the cropdetect filter. 14 years ago
Stefano Sabatini 4cabef0a9d Make strmatch() return 1 only if the string compared against the 14 years ago
Stefano Sabatini 2b59fbe9b1 Add st, ld, while examples/tests. 14 years ago
Stefano Sabatini 8bb12e71af Add examples of unary operators. 14 years ago
Stefano Sabatini 63b1630356 Fix evaluation of expressions of the form: E1;E2. 14 years ago
Nathan Caldwell d56920e206 aacenc: Correct spreading calculation for high spreading. 14 years ago
Nathan Caldwell 3ea12f65ba aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec. 14 years ago
Ramiro Polla a4ece893e1 lpc_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla e5d5407e26 lpc_mmx: merge some asm blocks 14 years ago
Stefano Sabatini 2839dc974d Use AV_RL32() in opt_codec_tag(). 14 years ago
Ramiro Polla eed299b897 sad16_sse2: merge 2 asm blocks 14 years ago
Ramiro Polla 0d0778b060 ffmpeg: fix opt_codec_tag() return value 14 years ago
Ramiro Polla 153ca56b38 xmm_clobbers: list xmm registers first in clobber list 14 years ago
Ramiro Polla ba40452095 idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 14 years ago
Stefano Sabatini 267ff3aed1 Document url_write(). 14 years ago
Ramiro Polla 05c018078c motion_est_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Ramiro Polla 5d543a3d13 dsputil_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla e2d13c5882 cosmetics: split long line 14 years ago
Ramiro Polla 0d729e0de2 fdct_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla 616735eb97 idct_sse2_xvid: add xmm registers to clobber list 14 years ago
Ramiro Polla 9943f3b91c mpegvideo_mmx: add xmm registers to clobber list 14 years ago
Ramiro Polla 559738eff3 dsputil_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Ramiro Polla 888d78ac98 bink: make bink_rlelens static (it's only used in this file) 14 years ago
Ramiro Polla 51d592dbcb h264dsp: add xmm registers to clobber list 14 years ago
Rocky Cardwell b67f3d6575 Fix ffserver-related regression (and crash) introduced in r25500. 14 years ago
Carl Eugen Hoyos ec1ca41cef Move new_output_stream() up for upcoming fix for issue 2317. 14 years ago
Martin Storsjö 9c158e4947 Store src/dstFormat after calling handle_jpeg 14 years ago
Martin Storsjö 0526c6f7c7 rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
Martin Storsjö c2688f3ac8 rtsp: Move rtsp_setup_output_streams into rtspenc.c 14 years ago
Anton Khirnov 63e856df0a ffmpeg.c: dynamically allocate metadata maps 14 years ago
Ramiro Polla ac19f4a3e8 indent 14 years ago
Ramiro Polla cae05859e1 h264dsp: merge some more asm blocks 14 years ago