summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v210enc: Fix warning: ‘val’ may be used uninitialized in this function [...Michael Niedermayer2011-12-181-6/+6
* tta: Fix several warning: initialization from incompatible pointer type [enab...Michael Niedermayer2011-12-181-2/+2
* sunrast: Fix warning: comparison of unsigned expression < 0 is always false [...Michael Niedermayer2011-12-181-1/+1
* lagarith: rgb24 supportMichael Niedermayer2011-12-181-0/+44
* lavd/lavfi: fix incomplete commentStefano Sabatini2011-12-181-1/+1
* lavd/lavfi: fix typo in error messageStefano Sabatini2011-12-181-1/+1
* msvideo1enc: Check that dimensions are a multiple of 4.Michael Niedermayer2011-12-171-0/+4
* sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George2011-12-171-1/+1
* motion_est: avoid generating motion vectors that point between widthxheight a...Michael Niedermayer2011-12-171-3/+14
* doc: fix "reference to nonexistent node `Regression Tests'" warning.Clément Bœsch2011-12-171-1/+2
* doc: fix "Unknown command `fate'" warning.Clément Bœsch2011-12-171-1/+1
* lavc: Check codec_ids against insertion/removial typosMichael Niedermayer2011-12-171-0/+7
* avutil: check sampleformats enum, pict type enum and media type enum against ...Michael Niedermayer2011-12-171-0/+4
* pixfmts: Selfcheck against insertions / deletions in the enum.Michael Niedermayer2011-12-171-0/+3
* aacdec: Fix null pointer crashMichael Niedermayer2011-12-171-0/+3
* h264: fix init of topleft ref/mv.Michael Niedermayer2011-12-171-1/+1
* avienc: Fix rawvideo 32bitMichael Niedermayer2011-12-175-5/+5
* atrac3: Fix crash in tonal component decoding.Michael Niedermayer2011-12-171-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-1714-235/+449
|\
| * get_bits: remove A32 variantMans Rullgard2011-12-164-100/+16
| * avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova2011-12-163-96/+150
| * wavpack: Fix 32-bit clippingDerek Buitenhuis2011-12-161-2/+2
| * wavpack: Clip samples after shiftingDerek Buitenhuis2011-12-161-2/+2
| * h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-161-1/+5
| * get_bits: remove useless pointer castsMans Rullgard2011-12-161-2/+2
| * configure: refactor lists of tests and components into variablesDiego Biurrun2011-12-161-28/+20
| * rv40: NEON optimised weak loop filterMans Rullgard2011-12-162-0/+119
| * mpegts: replace some magic numbers with the existing defineVladimir Pantelic2011-12-161-3/+3
| * swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau2011-12-161-0/+30
* | CODEC_ID_SOL_DPCM: Fix used write buffer.Michael Niedermayer2011-12-161-1/+1
* | cljr: Check if width or height are positive integersShitiz Garg2011-12-161-0/+5
* | ffmpeg: Fix killing [Y/n] prompt with ctrl-cMichael Niedermayer2011-12-161-0/+1
* | ffmpeg: exit() on repeated ctrl-cMichael Niedermayer2011-12-161-0/+2
* | h264: return the consumed amountg in case of Q264Michael Niedermayer2011-12-161-1/+1
* | h264: retuen the amount read in case of NAL_END_SEQUENCEMichael Niedermayer2011-12-161-5/+6
* | h264: reset nal_unit_type so that decoding frames without any nal unitsMichael Niedermayer2011-12-161-0/+2
* | mtvdemuxer: fix segfault caused by truncated packets.Michael Niedermayer2011-12-161-1/+1
* | lavf: print an error if a packet has been truncated due to filesizeMichael Niedermayer2011-12-161-2/+4
* | txd/westwood: remove demuxer specific overallocate solutions as the new gener...Michael Niedermayer2011-12-162-8/+0
* | lavf: Update AVIOContext.maxsize when hitting the end.Michael Niedermayer2011-12-161-3/+10
* | RELEASE: We're now at 0.9.0.gitDominique Leuenberger2011-12-161-1/+1
* | avidec: Check that the header chunks fit in the available filesize.Michael Niedermayer2011-12-161-0/+5
* | txddemux: Limit allocated packets to filesize.Michael Niedermayer2011-12-161-0/+3
* | thp: simplify overallocate checks.Michael Niedermayer2011-12-161-13/+3
* | lavf: add internal AVIOContext.maxsizeMichael Niedermayer2011-12-162-1/+15
* | thpdemux: Check that packed sizes are within the files data size and filesize.Michael Niedermayer2011-12-161-3/+16
* | avidec: Fix infinite loop caused by rounding of timestamps in non interleaved...Michael Niedermayer2011-12-161-1/+1
* | configure: disable avconv again.Michael Niedermayer2011-12-161-1/+1
* | j2kdec: Fix integer overflow leading to a segfaultMichael Niedermayer2011-12-161-1/+1
* | movenc: disable iods by defaultMichael Niedermayer2011-12-164-7/+7
OpenPOWER on IntegriCloud