summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-197-20/+45
* mpegvideo: fix loop condition in draw_line()Xi Wang2013-01-191-1/+1
* dvdsubdec: parse the size from the extradataClément Bœsch2013-01-191-0/+6
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-184-0/+58
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-182-14/+29
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-183-10/+10
* configure: Run SHFLAGS through ldflags_filter()Sean McGovern2013-01-181-1/+1
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-182-3/+2
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-171-3/+4
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-171-5/+1
* fate: update ref after rv30_loop_filter fixLuca Barbato2013-01-172-164/+164
* rv30: fix masking in rv30_loop_filter()Xi Wang2013-01-171-2/+2
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-172-1/+2
* libcdio: support recent cdio-paranoiaLuca Barbato2013-01-172-2/+12
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-171-3/+3
* theora: Skip zero-sized headersMartin Storsjö2013-01-171-0/+2
* idcin: fix memleaks in idcin_read_packet()Justin Ruggles2013-01-161-1/+4
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-1622-225/+251
* rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö2013-01-161-2/+11
* rtpdec_mpeg4: Check the return value from mallocMartin Storsjö2013-01-151-1/+5
* srtp: Mark a few variables as uninitializedMartin Storsjö2013-01-151-2/+2
* configure: Make the new srtp protocol depend on the rtp protocolMartin Storsjö2013-01-151-0/+1
* lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-154-0/+142
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-154-0/+59
* h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-151-3/+4
* dvdsubdec: Support palette in mkvJoakim Plate2013-01-151-5/+55
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-152-5/+10
* vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-151-0/+1
* rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun2013-01-151-2/+2
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-151-8/+6
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-151-6/+5
* sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-151-1/+14
* lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö2013-01-154-2/+148
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-157-3/+38
* lavf: Add functions for SRTP decryption/encryptionMartin Storsjö2013-01-152-0/+345
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-155-1/+239
* libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato2013-01-151-1/+2
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-152-2/+3
* nutdec: Always return a value from nut_read_timestamp()Diego Biurrun2013-01-151-1/+1
* configure: Make warnings from -Wreturn-type fatal errorsDiego Biurrun2013-01-141-0/+2
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-143-21/+13
* vdpau: Remove av_unused attribute from function declarationRémi Denis-Courmont2013-01-141-2/+1
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-143-6/+12
* suncc: Replace more GCC flags by their equivalents in suncc_flags()Sean McGovern2013-01-141-1/+2
* libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-141-1/+1
* oggparsetheora: fix comment header parsingGiorgio Vazzana2013-01-141-1/+1
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-143-46/+114
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-145-32/+44
* libvpx: support vp9Luca Barbato2013-01-144-4/+68