summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau2014-03-091-1/+1
* build: Use pkg-config for openjpegPierre Lejeune2014-03-081-1/+1
* movenc: allow override of "writing application" tagJohn Stebbins2014-03-081-1/+2
* matroskaenc: allow override of "writing application" tagJohn Stebbins2014-03-081-2/+6
* arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau2014-03-081-6/+4
* rv10: K&R formatting cosmeticsKeiji Costantini2014-03-081-44/+63
* rv10: Forward error from rv10_decode_packetKeiji Costantini2014-03-081-1/+4
* g2meet: K&R formatting cosmeticsDiego Biurrun2014-03-081-30/+41
* fic: Properly handle skip framesDerek Buitenhuis2014-03-071-0/+5
* matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun2014-03-071-22/+22
* matroskadec: K&R formatting cosmeticsKeiji Costantini2014-03-071-469/+551
* rtmppkt: Rename the ts_delta field to ts_fieldMartin Storsjö2014-03-072-11/+11
* rtmppkt: Properly handle extended timestamps when writingMartin Panter2014-03-071-15/+20
* rtmppkt: Add a descriptive commentMartin Panter2014-03-071-1/+1
* rtmppkt: Handle extended timestamp field even for one-byte headerMartin Panter2014-03-072-10/+12
* dict: K&R formatting cosmeticsPatrice Clement2014-03-071-23/+31
* libx265: Support API version 9Derek Buitenhuis2014-03-062-7/+7
* dxva2: Increase maximum number of slices for mpeg2Rainer Hochecker2014-03-061-3/+6
* mxf: Return meaningful errorsLuca Barbato2014-03-061-9/+12
* mxf: Parse random index packPaul B Mahol2014-03-061-8/+46
* mxf: Handle identification metadataMatthieu Bouron2014-03-061-0/+115
* mxf: Set audio packets ptsMatthieu Bouron2014-03-063-7/+108
* mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-062-0/+47
* build: Let the SVQ3 decoder depend on the H.264 decoderDiego Biurrun2014-03-062-6/+3
* configure: Split x86 SIMD architecture extensions into separate listDiego Biurrun2014-03-061-4/+8
* vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov2014-03-061-1/+1
* x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-051-0/+4
* FATE: add tests for the shuffleplanes filterAnton Khirnov2014-03-053-0/+110
* lavfi: add shuffleplanes filterAnton Khirnov2014-03-056-1/+206
* lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-051-1/+1
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-052-8/+19
* x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-051-1/+1
* avfilter: Add missing emms_c when neededLuca Barbato2014-03-053-0/+4
* configure: enable PIC on s390(x)Reinhard Tartler2014-03-041-0/+4
* av_vdpau_get_profile: mask out H.264 intra profile flagRémi Denis-Courmont2014-03-041-1/+1
* avienc: K&R formatting cosmeticsKeiji Costantini2014-03-041-194/+205
* vf_frei0r: fix missing end of line characterVittorio Giovara2014-03-041-1/+1
* doc: fix a couple of typos in frame.hVittorio Giovara2014-03-041-1/+1
* put_bits: Remove unused includesVittorio Giovara2014-03-048-13/+19
* mathops: move macro to the only place it is usedVittorio Giovara2014-03-042-10/+7
* vf_frei0r: refactor library loading from env variableVittorio Giovara2014-03-042-10/+14
* vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara2014-03-041-0/+4
* vf_frei0r: adjust error messagesVittorio Giovara2014-03-041-12/+12
* ass: K&R formatting cosmeticsPatrice Clement2014-03-021-46/+49
* ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-011-0/+2
* qt-faststart: Add a note about the -movflags +faststart featureLou Logan2014-03-011-1/+2
* qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö2014-03-011-5/+5
* qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer2014-03-011-0/+8
* qt-faststart: Check the ftello() return codesMichael Niedermayer2014-03-011-2/+6
* qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer2014-03-011-2/+2