summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-1110-178/+253
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-113-5/+15
* h264: notice memory allocation failureDustin Brody2011-08-111-2/+8
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-113-76/+94
* ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-112-3/+7
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-101-3/+8
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-101-2/+1
* Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-101-1/+0
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-101-1/+1
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-103-8/+15
* ac3enc: remove unneeded #includeJustin Ruggles2011-08-091-2/+0
* ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-091-21/+27
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-094-38/+26
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-093-8/+36
* h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-092-15/+25
* aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-091-4/+5
* Rename ffserver to avserver.Anton Khirnov2011-08-0916-102/+102
* Rename ffprobe to avprobe.Anton Khirnov2011-08-099-27/+27
* Rename ffplay to avplay.Anton Khirnov2011-08-0915-46/+47
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-095-121/+121
* Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-081-57/+45
* libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-08-081-1/+2
* libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier2011-08-081-33/+79
* lavc: fix misspelling in commentDustin Brody2011-08-051-1/+1
* aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-051-1/+3
* lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini2011-08-051-66/+0
* lsws: use array for storing the supported in/out informationStefano Sabatini2011-08-051-122/+79
* applehttp: fix variant discard logicLuca Barbato2011-08-041-1/+1
* h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-031-2/+2
* cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-032-2/+0
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-034-12/+12
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-031-2/+2
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-032-7/+8
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-028-190/+88
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-028-88/+190
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-023-9/+33
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-022-30/+30
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-023-0/+11
* mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-021-2/+7
* mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-021-19/+20
* mpegts: Mark corrupted packetsZohar Kelrich2011-08-021-0/+11
* mpegts: Reset continuity counter on seekZohar Kelrich2011-08-021-0/+1
* mpegts: Fix for continuity counterZohar Kelrich2011-08-021-10/+20
* mpegts: Silence "can't seek" warning on unseekableZohar Kelrich2011-08-021-1/+1
* apichange: add an entry for AV_PKT_FLAG_CORRUPTLuca Barbato2011-08-021-0/+3
* avpacket: signal possibly corrupted packetsLuca Barbato2011-08-022-2/+6
* mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-011-22/+0
* aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-011-2/+0
* bink: Eliminate unnecessary shadow declaration.Alex Converse2011-08-011-1/+0
* Remove the ffserver test.Anton Khirnov2011-08-014-365/+0
OpenPOWER on IntegriCloud