35414 Commits (757cb3b46a5ae81c169a83975dc25040e7864475)
 

Author SHA1 Message Date
Derek Buitenhuis 69035f3ec7 Revert "libutvideodec: Make buf_size local" 13 years ago
Adrian Drzewiecki dd7453a24e Fix id3v2 extended header handling. 13 years ago
Michael Niedermayer 18abf46b6f configure: add forgotten libx264rgb_encoder_deps 13 years ago
Martin Storsjö 04403ec2e4 rtpenc: Add support for G726 audio 13 years ago
Martin Storsjö fa6dce4c57 rtpdec: Interpret the different G726 names as bits_per_coded_sample 13 years ago
Martin Storsjö 77e0c7584b rtpenc: Change rtp_send_samples to handle sample sizes other than even bytes 13 years ago
Martin Storsjö 2d31d890bf rtpenc: Cast a rescaling parameter to int64_t 13 years ago
Ronald S. Bultje 2574f08d4c h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. 13 years ago
Michael Niedermayer 8c15f9d79c Merge remote-tracking branch 'cus/stable' 13 years ago
Michael Niedermayer dd974c1bc1 libx264: Implement rgb24 support through a seperate AVCodec. 13 years ago
Michael Niedermayer 59a58884b9 ffplay: Copy audio side data too. This fixes handling of some rare nellymoser files that change the sample rate mid stream (sample file at: http://trac.videolan.org/vlc/ticket/5586) 13 years ago
Mans Rullgard 3adba2de3d ARM: fix indentation in ff_dsputil_init_neon() 13 years ago
Mans Rullgard 96fef6cf31 ARM: NEON put/avg_pixels8/16 cosmetics 13 years ago
Mans Rullgard 716f1705e9 ARM: add remaining NEON avg_pixels8/16 functions 13 years ago
Mans Rullgard 94267ddfb2 ARM: clean up NEON put/avg_pixels macros 13 years ago
Michael Niedermayer 4a8e3324fb libx264: fix generic boolean support 13 years ago
Justin Ruggles ca12401376 fate: split acodec-pcm into individual tests 13 years ago
Reinhard Tartler 5089ce1b5a swscale: #include "libavutil/mathematics.h" 13 years ago
Michael Niedermayer b50be4e38d vc1_parser: fix NULL pointer dereference 13 years ago
Carl Eugen Hoyos d9cc6bb432 Support ffmpeg -dn to disable copying data streams. 13 years ago
Michael Niedermayer 3e1951e8f4 h264: More restrictive more_rbsp_data_in_pps() 13 years ago
Anton Khirnov 74e96eb77e pmpdec: don't use deprecated av_set_pts_info. 13 years ago
Mans Rullgard 37fed0e635 rv34: align temporary block of "dct" coefs 13 years ago
Peter Ross f3f488423a pictordec: prevent segfault when reading corrupted files 13 years ago
Peter Ross 43a2a8b4a3 pictordec: use correct context for another av_log 13 years ago
Reimar Döffinger f28070a123 Add PlayStation Portable PMP format demuxer 13 years ago
Martin Storsjö c3b05d2159 proto: Realign struct initializers 13 years ago
Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 13 years ago
Martin Storsjö 9c6777bd93 mmsh: Properly clean up if the second ffurl_alloc failed 13 years ago
Martin Storsjö 02490bf358 rtmp: Clean up properly if the handshake failed 13 years ago
Martin Storsjö 6af354436c md5proto: Remove the get_file_handle function 13 years ago
Martin Storsjö 1ca87d600b applehttpproto: Use the close function if the open function fails 13 years ago
Martin Storsjö abe20c59b9 http: Make sure proxyauth is initialized 13 years ago
Michael Niedermayer adfdcf87b1 vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used. 13 years ago
Michael Niedermayer 317ea97bff vble: remove flags copy, its not used in any speed relevant code. 13 years ago
Derek Buitenhuis e46abbcf77 vble: merge len and val arrays 13 years ago
Michael Niedermayer 0dd704dbd4 vble: remove unused variable len. 13 years ago
Michael Niedermayer 67eb95ce15 ffmpeg: fix segfault with ffmpeg -h 13 years ago
Michael Niedermayer 03b60509cb ffmpeg: fix changing sample rate handling 13 years ago
Michael Niedermayer ec20fc1581 lavf: allow grouping packets in chunks of a user specified size and duration. 13 years ago
Michael Niedermayer 31f9032b78 lavf: add audio_preload option, this allows interleaving audio earlier 13 years ago
Michael Niedermayer 54e40b9c14 ffmpeg: factorize duration calculation in transcode_video() 13 years ago
Michael Niedermayer 6e96ad8215 ffmpeg: make copy_tb tri state so the user can select either timebase or 13 years ago
Michael Niedermayer 9d76cf0b18 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Bradshaw 0275b75a7e BPP fix, YUVP9, 10, 16 support, make RGB24 default 13 years ago
Carl Eugen Hoyos 9dcd8b86f9 Use correct context for av_log. 13 years ago
Michael Niedermayer c863d3751f movenc: replace cluster memset by zeroing only the needed field. 13 years ago
Martin Storsjö c8f0e88b20 rtpdec: Templatize the code for different g726 bitrate variants 13 years ago
Janne Grunau bb8a6e03cc rv40: move loop filter to rv34dsp context 13 years ago
Michael Niedermayer 77af2672b4 lavc: Fix side data handling for audio decoders. 13 years ago