41701 Commits (80e857c967ff063def0ffc2499d1c78b8d6d130b)
 

Author SHA1 Message Date
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Michael Niedermayer 2942431a0f arm/intmath: disable av_clip_uintp2_arm with config_small 13 years ago
Paul B Mahol f06269dda5 cosmetics: align more codecs declarations 13 years ago
Anton Khirnov d625136877 lavfi: add channelsplit audio filter. 13 years ago
Justin Ruggles 4795362660 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
Ronald S. Bultje 404410a53a sws: fix planar RGB input conversions for 9/10/16 bpp. 13 years ago
Alex Converse 65a80ee1ec avfilter: Log an error if avfilter fails to configure a link. 13 years ago
Anton Khirnov 47b812e9ce avconv: support only native pthreads. 13 years ago
Samuel Pitoiset 0a9a225733 rtmp: Fix a possible access to invalid memory location when the playpath is too short. 13 years ago
Paul B Mahol a7fbc5d004 libvorbis: cosmetics: remove empty line at EOF 13 years ago
Michael Niedermayer dc1c79be1b Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 2a622c2369 lavf: add a "warning" when discarding a oddly backward subtitle or data starttime 13 years ago
Michael Niedermayer 47695b1d65 lavf: handle data like subtitles in start time calculation. 13 years ago
Michael Niedermayer 728f86edfc swr: mix_2_1_int16_mmx/sse 13 years ago
Michael Niedermayer d504266cef swr: mix_1_1_int16_sse 13 years ago
Michael Niedermayer cbeeaf2593 swr: mix_1_1 int16 MMX 13 years ago
Michael Niedermayer 52afa43691 swr: mix_2_1_float SSE/AVX 13 years ago
Michael Niedermayer beb0cd6acf swr: SIMD rematrixing and SSE/AVX mix_1_1 float 13 years ago
Michael Niedermayer 48a45f819f swr: add native matrix for SIMD 13 years ago
Michael Niedermayer 9abbbf7530 swr: add function pointers for SIMD rematrixing 13 years ago
Michael Niedermayer 634d539c12 swresample.c: update copyleft year 13 years ago
Michael Niedermayer c8553bea9e swr: use &~15 13 years ago
Michael Niedermayer 4289b6690d swr: replace /16 by >>4 13 years ago
Stefano Sabatini 359abb18cf lavu/error: add av_make_error_string() and av_err2str() convenience utilities 13 years ago
Stefano Sabatini 5683de00e9 lavu/error: fix sign error in av_sterror() error code 13 years ago
Stefano Sabatini 4299fd23d3 lavu/error: use a table to store error codes and strings, add test 13 years ago
Stefano Sabatini 3ecaba677e tests/parseutils: change test to make it platform independent 13 years ago
Michael Niedermayer 9ec5e956a2 ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code. 13 years ago
Michael Niedermayer f91b635b52 rtmpproto: replace strtok_r by av_strtok its unavailable in mingw 13 years ago
Michael Niedermayer 94d5650266 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 65efc66d8e pngenc: use av_assert 13 years ago
Michael Niedermayer 7925f923a5 4xm: use av_assert() 13 years ago
Nedeljko Babic 3827a86eac Optimization of AMR NB and WB decoders for MIPS 13 years ago
Paul B Mahol 751dcd9243 Remove eightsvx_raw decoder line 13 years ago
Michael Niedermayer d9a9518fba flvenc: use av_assert instead of assert 13 years ago
Michael Niedermayer 709b54eae9 rv20enc: use av_assert 13 years ago
Samuel Pitoiset f862537de8 rtmp: Do not send extension for flv files 13 years ago
Samuel Pitoiset 8ee3e1874e rtmp: support connection parameters 13 years ago
Samuel Pitoiset b4c92e94bb doc: Add documentation for the newly added rtmp_* options 13 years ago
Michael Niedermayer 66531c75d3 random_seed: rewrite generic code. 13 years ago
Carl Eugen Hoyos 37f1a7d51d Make png-in-mov QuickTime-compatible for more colour-spaces. 13 years ago
Clément Bœsch 20e46aafbd mov: export orphan tmcd track metadata to global format metadata. 13 years ago
Clément Bœsch 1ec23d9c02 mov: copy timecode metadata from tmcd track to the related video stream. 13 years ago
Clément Bœsch 0d96ec19eb mov: parse tref atom. 13 years ago
Clément Bœsch 9fb2e234d0 movenc: add timecode track support. 13 years ago
Clément Bœsch 9846a9c701 riff: add ISMP/timecode tag. 13 years ago
Michael Niedermayer 0478d5f9fe ffmpeg: allow overriding framerate for stream copy 13 years ago
James Zern cb7f062286 libvpxenc: add support for forced key frames 13 years ago
Michael Niedermayer a5ca3203f0 rangecoder: use av_assert 13 years ago
Michael Niedermayer 1248de53c1 amrnbdec: use av_assert 13 years ago