summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26120-120/+5
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26121-120/+5
* | Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'Michael Niedermayer2013-02-265-5/+4
|\ \ | |/
| * Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-265-5/+4
| * avconv: remove an unused variableJustin Ruggles2013-02-251-1/+0
* | Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'Michael Niedermayer2013-02-266-129/+126
|\ \ | |/
| * cmdutils: only use libavresample when it is enabledJustin Ruggles2013-02-251-0/+4
| * libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-254-96/+92
| * vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
* | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer2013-02-264-84/+81
|\ \ | |/
| * vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-253-76/+73
| * configure: Identify icc compiler with a less ambiguous patternDiego Biurrun2013-02-251-1/+1
* | Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47'Michael Niedermayer2013-02-261-2/+1
|\ \ | |/
| * configure: Separate "ln" command line argumentsDiego Biurrun2013-02-251-2/+1
* | ac3enc_template: silence may be used uninitialized in this function warningsMichael Niedermayer2013-02-261-1/+1
* | motion-test: fix warning: dsp_mask is deprecatedMichael Niedermayer2013-02-261-2/+1
* | libavcodec/motion-test: set the bitexact flagMichael Niedermayer2013-02-261-0/+1
* | libvpx: check if CQ level is in correct boundsslhck2013-02-251-0/+10
* | libvpx: allow 0 as min quantizer valueslhck2013-02-251-1/+1
* | ffmpeg_opt: cosmeticsJean First2013-02-251-1/+1
* | pmpdec: make i unsigned, avoid undefined behavior of i++Michael Niedermayer2013-02-251-1/+1
* | pmpdec: fix integer overflowMichael Niedermayer2013-02-251-1/+1
* | fate: update pixfmts_hflipPaul B Mahol2013-02-251-0/+59
* | lavfi/hflip: support more formatsPaul B Mahol2013-02-251-29/+13
* | lavfi/geq: improve support for formats with alpha planePaul B Mahol2013-02-252-22/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-251-7/+3
|\ \ | |/
| * vorbisdec: Accept 0 amplitude_bitsLuca Barbato2013-02-251-7/+3
* | Merge commit '5b47c19bfda92273ae49e83db26a565afcaed80a'Michael Niedermayer2013-02-251-0/+10
|\ \ | |/
| * vorbisdec: Add missing checksLuca Barbato2013-02-251-0/+10
* | Merge commit 'fc386f2eea8d93ecd4f81e1646c835d1645c56a0'Michael Niedermayer2013-02-251-2/+2
|\ \ | |/
| * vorbisdec: cosmeticsLuca Barbato2013-02-251-2/+2
* | Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc'Michael Niedermayer2013-02-252-4/+6
|\ \ | |/
| * vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer2013-02-251-0/+5
| * dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun2013-02-241-0/+1
* | af_biquads: memset(0) cacheMichael Niedermayer2013-02-251-0/+1
* | swr: make the default of nopts for first_pts actually workMichael Niedermayer2013-02-251-1/+6
* | fate: force a first_pts=0 for the aresample testMichael Niedermayer2013-02-251-1/+1
* | ffmpeg: Force a first_pts of 0 for the first configuration of -async useMichael Niedermayer2013-02-252-0/+4
* | ffplay: reindent and remove pointless cast in audio_decode_frame() codeStefano Sabatini2013-02-241-2/+2
* | ffplay: set type for channel_layout AudioParams field to int64_tStefano Sabatini2013-02-241-1/+1
* | lavfi/abuffersink: fix weird indent and spacingStefano Sabatini2013-02-241-4/+4
* | lavfi/abuffersink: add sample_rates field to AVABufferSinkParamsStefano Sabatini2013-02-244-1/+19
* | lavc: change type of AVFrame.channels field from int64_t to intStefano Sabatini2013-02-241-1/+1
* | ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer2013-02-246-27/+20
* | cmdutils: fix null pointer dereferenceMichael Niedermayer2013-02-241-2/+2
* | swr: support a seperate output sample bits.Michael Niedermayer2013-02-243-0/+5
* | avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer2013-02-241-2/+1
* | swr: add duplicate cutoff for compatibilityMichael Niedermayer2013-02-241-0/+4
* | fate: add animated gif decoder testsPaul B Mahol2013-02-245-0/+229
* | fate: add animated gif demuxer testPaul B Mahol2013-02-242-0/+40