summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* latmenc: Fix ALS in LATM.Reimar Döffinger2012-04-11
* latmenc: remove unused return value.Reimar Döffinger2012-04-11
* latmenc: remove dead code.Reimar Döffinger2012-04-11
* h261: move tables from header to .c file.Reimar Döffinger2012-04-11
* ff_samples_to_time_base: support AV_NOPTS_VALUEMichael Niedermayer2012-04-11
* Fix memory leaks on failed ff_h264_decode_init()Dale Curtis2012-04-11
* oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer2012-04-11
* swr: add a swr_flags AVOptionMichael Niedermayer2012-04-11
* ffmpeg: support changing dither parameters for swrMichael Niedermayer2012-04-11
* cmdutils: parse options for swrMichael Niedermayer2012-04-11
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-11
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-11
* swr: add triangular highpass ditherMichael Niedermayer2012-04-11
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-11
* swr: add swr_get_class()Michael Niedermayer2012-04-11
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-11
* swr: fix copy & pasted comment to match the code.Michael Niedermayer2012-04-10
* vda: try to fix compileMichael Niedermayer2012-04-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\
| * rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-10
| * rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
| * avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-10
| * avconv: parse channel layout stringJustin Ruggles2012-04-10
| * nutdec: K&R formatting cosmeticsAsen Lekov2012-04-10
| * vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-10
| * mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-10
| * vf_overlay: implement poll_frame()Anton Khirnov2012-04-09
| * vf_scale: support named constants for sws flags.Anton Khirnov2012-04-09
| * lavc doxy: add all installed headers to doxy groups.Anton Khirnov2012-04-09
| * lavc doxy: add avfft to the main lavc group.Anton Khirnov2012-04-09
| * lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-09
| * lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-09
| * lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-09
| * lavc doxy: replace \ with /Anton Khirnov2012-04-09
| * lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-09
| * lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-09
| * lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-09
| * lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-09
| * lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-09
| * ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
| * avconv: allow '-async -1' to disable timestamp sync for audio encodingJustin Ruggles2012-04-09
* | swr: add triangular dither supportMichael Niedermayer2012-04-10
* | swr: remove unused variableMichael Niedermayer2012-04-10
* | swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer2012-04-10
* | aacsbr: silence message for SBR extension "padding".Reimar Döffinger2012-04-10
* | swr-test: include opt.h, this is needed for changing options for testing.Michael Niedermayer2012-04-10
* | swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer2012-04-10
* | swr: add dither support.Michael Niedermayer2012-04-10
* | swr: update copyright year for rematrixMichael Niedermayer2012-04-10
* | vf_drawtext: fontconfig support.Nicolas George2012-04-10