platform/upstream/libav.git
2011-06-10 Kieran Kunhyaadts: Adjust frame size mask to follow the specification.
2011-06-10 Martin Storsjömovenc: Add RTP muxer/hinter options
2011-06-10 Martin Storsjömovenc: Pass the RTP AVFormatContext to the SDP generation
2011-06-10 Martin Storsjörtspenc: Add RTP muxer options
2011-06-10 Martin Storsjörtspenc: Add an AVClass for setting muxer specific...
2011-06-10 Martin Storsjörtpenc_chain: Pass the rtpflags options through to...
2011-06-10 Martin Storsjörtpenc: Declare the rtp flags private AVOptions in...
2011-06-10 Martin Storsjösdp: Reindent after the previous commit
2011-06-10 Juan Carlos... rtpenc: MP4A-LATM payload support
2011-06-10 Martin Storsjöavoptions: Add an av_opt_flag_is_set function for inspe...
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-10 Yusuke Nakamuramov: Fix wrong timestamp generation for fragmented...
2011-06-10 Michael Niedermayermpeg12: more advanced ffmpeg mpeg2 aspect guessing...
2011-06-10 Ronald S. Bultjeswscale: split YUYV output out of yuv2packed[12X]_c().
2011-06-09 Stefano Sabatinilavf: make compute_pkt_fields2() return meaningful...
2011-06-09 Reimar Döffingermatroskadec: set timestamps for RealAudio packets.
2011-06-09 Anton Khirnovintelh263dec: aspect ratio processing fix.
2011-06-09 Anton Khirnovintelh263dec: fix "Strict H.263 compliance" file playback
2011-06-09 Reimar Döffingeross,sndio: simplify by using FFMIN.
2011-06-09 Ronald S. Bultjeswscale: extract monowhite/black output from yuv2packed...
2011-06-09 Ronald S. Bultjeswscale: de-macro'ify RGB15/16/32 input functions.
2011-06-09 Ronald S. Bultjeswscale: rearrange code.
2011-06-09 Alex Conversemovdec: Add support for the 'wfex' atom.
2011-06-09 Alex Converseffmpeg.c: Add a necessary const qualifier
2011-06-09 Alex Converseriff: Fix potential memleak.
2011-06-09 Ronald S. Bultjeswscale: change 48bit RGB input macros to inline functions.
2011-06-09 Ronald S. Bultjeswscale: change 9/10bit YUV input macros to inline...
2011-06-09 Ronald S. Bultjeswscale: extract gray16 output functions from yuv2packe...
2011-06-09 Ronald S. Bultjeswscale: use standard clipping functions.
2011-06-09 Ronald S. Bultjeswscale: merge macros that are used only once.
2011-06-09 Ronald S. Bultjeswscale: fix function declarations in swscale.c.
2011-06-09 Ronald S. Bultjeswscale: fix function declaration keywords in x86/swsca...
2011-06-08 Etienne Buiracrypto: Use av_freep instead of av_free
2011-06-08 Anton Khirnovlavf: don't try to free private options if priv_data...
2011-06-08 Ronald S. Bultjeswscale: fix types of assembly arguments.
2011-06-08 Ronald S. Bultjeswscale: move two macros that are only used once into...
2011-06-08 Ronald S. Bultjeswscale: remove unused function.
2011-06-08 Diego Biurrunoptions: Add missing braces around struct initializer.
2011-06-08 Diego Biurrunmov: Remove leftover crufty debug statement with refere...
2011-06-08 Diego Biurrundvbsubdec: Fix compilation of debug code.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Diego Biurrunffplay: Fix non-compiling debug printf and replace...
2011-06-07 Daniel KangH264: x86 predict init cosmetics.
2011-06-07 Diego Biurrunac3enc: Fix linking of AC-3 encoder without the E-AC...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...
2011-06-07 Justin Rugglesac3enc: remove convenience macro, #define DEBUG
2011-06-07 Justin Rugglesac3enc: remove unused #define
2011-06-07 John Stebbinsvc1: re-initialize tables after width/height change.
2011-06-07 Justin RugglesAPIchanges: fill-in git commit hash for av_get_bytes_pe...
2011-06-07 Stefano Sabatinisamplefmt: add av_get_bytes_per_sample()
2011-06-07 Justin Rugglesiirfilter: fix biquad filter coefficients.
2011-06-07 Ronald S. Bultjeswscale: remove duplicate conversion routine in swScale().
2011-06-07 Ronald S. Bultjeswscale: add yuv2planar/packed function typedefs.
2011-06-07 Ronald S. Bultjeswscale: integrate yuv2nv12X_C into yuv2yuvX() function...
2011-06-07 Ronald S. Bultjeswscale: reindent x86 init code.
2011-06-07 Ronald S. Bultjeswscale: extract SWS_FULL_CHR_H_INT conditional into...
2011-06-07 Ronald S. Bultjeswscale: cosmetics.
2011-06-07 Ronald S. Bultjeswscale: remove alp/chr/lumSrcOffset.
2011-06-07 Ronald S. Bultjeswscale: un-special-case yuv2yuvX16_c().
2011-06-07 Diego Biurrunshorten: Remove stray DEBUG #define and corresponding...
2011-06-07 Diego Biurrunvorbisdec: Restore mistakenly removed debug output.
2011-06-07 Diego Biurrunconfigure: Document --enable-vdpau.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-06-07 Diego Biurrunsvq1dec: Fix debug statements that referenced non-exist...
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-07 Diego Biurruninverse.c: Replace unnecessary intmath.h header by...
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-07 Mans Rullgardbuild: remove empty $(OBJS) target
2011-06-07 Mans Rullgardbuild: make rule for linking ff* apply only to these...
2011-06-06 Mans Rullgardbuild: rearrange some lines in a more logical way
2011-06-06 Baptiste Couduriers302m: fix resampling for 16 and 24bits.
2011-06-06 Mans RullgardARM: remove MUL64 and MAC64 inline asm
2011-06-06 Mans Rullgardbuild: clean up .PHONY lists
2011-06-06 Mans Rullgardbuild: move all (un)install* target aliases to toplevel...
2011-06-06 Luca Barbatoflvenc: propagate error properly
2011-06-06 Mans Rullgardbuild: remove stale dependency
2011-06-06 Mans Rullgardbuild: do not add CFLAGS-yes to CFLAGS
2011-06-06 Ronald S. Bultjeutils.c: fix crash with threading enabled.
2011-06-06 Mans Rullgardconfigure: simplify source_path setup
2011-06-06 Mans Rullgardconfigure: remove --source-path option
2011-06-06 Anton Khirnovlavf: deprecate AVFormatParameters.time_base.
2011-06-06 Anton Khirnovimg2: add framerate private option.
2011-06-06 Anton Khirnovimg2: add video_size private option.
2011-06-06 Anton Khirnovimg2: add pixel_format private option.
2011-06-06 Anton Khirnovtty: add framerate private option.
2011-06-05 Diego BiurrunRemove some unused scripts from tools/.
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...
2011-06-05 Luca Barbatov4l2: do not force NTSC as standard
2011-06-05 Diego BiurrunSkip tableprint.h during 'make checkheaders'.
2011-06-05 Diego BiurrunRemove unnecessary LIBAVFORMAT_BUILD #ifdef.
2011-06-05 Diego BiurrunDrop explicit filenames from @file Doxygen tags.
2011-06-05 Diego BiurrunSkip generated table headers during 'make checkheaders'.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-05 Anton KhirnovAVOptions: add av_opt_free convenience function.
2011-06-05 Diego Biurruntableprint: Restore mistakenly deleted common.h #includ...
2011-06-05 Stefano Sabatinitiff: print log in case of unknown / unsupported tag.
2011-06-05 Stefano Sabatinitiff: fix linesize for mono-white/black formats.
next