Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-15libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2013-01-15vdpau: Remove av_unused attribute from function declarationRémi Denis-Courmont
2013-01-15h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov
2013-01-14libtheoraenc: fix granularity of video qualityMaximilian Seesslen
2013-01-14h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2013-01-14libvpx: make vp8 and vp9 selectableLuca Barbato
2013-01-14libvpx: support vp9Luca Barbato
2013-01-14mkv: support vp9 tagTom Finegan
2013-01-14build: Remove stray Makefile entry for non-existent VCR1 encoderDiego Biurrun
2013-01-14svq1enc: Fix assignments in if()Michael Niedermayer
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2013-01-14h264: Fix assignments in if()Michael Niedermayer
2013-01-14truemotion2: cosmetics, reformatAnton Khirnov
2013-01-14truemotion2: return meaningful error codes.Anton Khirnov
2013-01-14tscc: remove some pointless comments and empty lines.Anton Khirnov
2013-01-14tscc: return meaningful error codes.Anton Khirnov
2013-01-14loco: cosmetics, reformatAnton Khirnov
2013-01-14loco: return meaningful error codes.Anton Khirnov
2013-01-14flicvideo: return meaningful error codes.Anton Khirnov
2013-01-14vcr1: remove disabled encoder stubAnton Khirnov
2013-01-14vcr1: return a meaningful error code.Anton Khirnov
2013-01-14rpza: return a meaningful error code.Anton Khirnov
2013-01-14qdrw: cosmetics, reformatAnton Khirnov
2013-01-14qdrw: return meaningful error codes.Anton Khirnov
2013-01-14qtrle: return a meaningful error code.Anton Khirnov
2013-01-14gifdec: return meaningful error codes.Anton Khirnov
2013-01-14interplayvideo: remove a static variable.Anton Khirnov
2013-01-14interplayvideo: return meaningful error codes.Anton Khirnov
2013-01-14lcldec: return meaningful error codes.Anton Khirnov
2013-01-14targa: return meaningful error codes.Anton Khirnov
2013-01-14qpeg: return a meaningful error code.Anton Khirnov
2013-01-14nuv: return meaningful error codes.Anton Khirnov
2013-01-14pcx: return meaningful error codes.Anton Khirnov
2013-01-14tmv: return meaningful error codes.Anton Khirnov
2013-01-14msrle: return meaningful error codes.Anton Khirnov
2013-01-14cscd: return meaningful error codes.Anton Khirnov
2013-01-14lavc: introduce the convenience function init_get_bits8Luca Barbato
2013-01-14lavc: check for overflow in init_get_bitsLuca Barbato
2013-01-13avpacket: free side data in av_free_packet().Anton Khirnov
2013-01-13vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
2013-01-12ratecontrol: K&R cosmetic formattingLuca Barbato
2013-01-11zmbv: Reset the decoder on keyframe errorsLuca Barbato
2013-01-11vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic
2013-01-10vp3: Fix double free in vp3_decode_end()Ronald Bultje