summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* examples/decoding_encoding: remove unused variable "size"Stefano Sabatini2012-04-131-1/+1
* lavfi: install asrc_abuffer.h headerStefano Sabatini2012-04-133-3/+6
* vorbisdec: use correct channels variable.Reimar Döffinger2012-04-121-1/+1
* latmenc: validate extradata size.Reimar Döffinger2012-04-121-2/+8
* latmenc: simplify using avpriv_copy_bits.Reimar Döffinger2012-04-121-6/+4
* latmenc: Document assumptions when copying the AAC header.Reimar Döffinger2012-04-121-0/+2
* latmenc: copy pce config from proper location.Reimar Döffinger2012-04-122-6/+6
* latmenc: fix muxing of byte-aligned DSE.Reimar Döffinger2012-04-123-1/+21
* ffmpeg: fix ticks_per_frame for the avi stream copy caseMichael Niedermayer2012-04-121-0/+1
* ratecontrol: Use ticks_per_frame to calculate fps.Michael Niedermayer2012-04-121-5/+9
* wmalosslessdec: Reset residues to 0 if they were not decoded from bitstream.Jakub Stachowski2012-04-121-1/+2
* msmpeg4enc: fix stored fps valueMichael Niedermayer2012-04-121-1/+2
* lavf: compute_pkt_fields, limit the pts upcorrection to mpegMichael Niedermayer2012-04-121-1/+4
* ffmpeg: add -benchmark_all option.Nicolas George2012-04-123-1/+36
* ffmpeg: move getutime to the start of the file.Nicolas George2012-04-121-18/+18
* mjpeg: fix crash with lowres and flipped imagesMichael Niedermayer2012-04-121-0/+4
* vf_lut: fix rgba map regressionMichael Niedermayer2012-04-121-3/+5
* lavf: always call avio_flush in av_write_trailer.Reimar Döffinger2012-04-123-6/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-116-39/+36
|\
| * avplay: Don't free video filters string until the end of decoding.Alex Converse2012-04-111-1/+1
| * movenc: small refactor mov_write_packetLuca Barbato2012-04-111-27/+32
| * movenc: remove redundant checkLuca Barbato2012-04-111-3/+0
| * interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-111-2/+3
| * Drop some pointless #ifdefs.Diego Biurrun2012-04-103-8/+0
* | latmenc: error out when packet size is too large.Reimar Döffinger2012-04-111-1/+11
* | latmenc: Fix ALS in LATM.Reimar Döffinger2012-04-111-2/+7
* | latmenc: remove unused return value.Reimar Döffinger2012-04-111-3/+1
* | latmenc: remove dead code.Reimar Döffinger2012-04-111-3/+0
* | h261: move tables from header to .c file.Reimar Döffinger2012-04-115-152/+188
* | ff_samples_to_time_base: support AV_NOPTS_VALUEMichael Niedermayer2012-04-111-0/+2
* | Fix memory leaks on failed ff_h264_decode_init()Dale Curtis2012-04-111-1/+3
* | oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer2012-04-111-1/+0
* | swr: add a swr_flags AVOptionMichael Niedermayer2012-04-111-0/+1
* | ffmpeg: support changing dither parameters for swrMichael Niedermayer2012-04-111-0/+6
* | cmdutils: parse options for swrMichael Niedermayer2012-04-112-3/+16
* | swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-113-1/+5
* | swr: pass context to swri_get_dither()Michael Niedermayer2012-04-113-5/+5
* | swr: add triangular highpass ditherMichael Niedermayer2012-04-113-1/+24
* | swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-112-4/+9
* | swr: add swr_get_class()Michael Niedermayer2012-04-112-0/+13
* | swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-112-7/+3
* | swr: fix copy & pasted comment to match the code.Michael Niedermayer2012-04-101-1/+1
* | vda: try to fix compileMichael Niedermayer2012-04-101-21/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-1028-1318/+1765
|\ \ | |/
| * rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-101-23/+20
| * rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-107-79/+112
| * avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-106-5/+61
| * avconv: parse channel layout stringJustin Ruggles2012-04-101-0/+36
| * nutdec: K&R formatting cosmeticsAsen Lekov2012-04-101-436/+500
| * vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-101-1/+20
OpenPOWER on IntegriCloud