source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c178fdea   14 years pross Add .dpx to the list of supported file extensions for the image2 muxer
(edit) @f339f908   14 years pross DPX image encoder
(edit) @0c4d4a93   14 years michaelni Cleanup flv keyframe index reading and add some saftey checks. …
(edit) @676d380f   14 years michaelni Fix undefined behavior in ffv1 with insane widths. The new tables is …
(edit) @7ac16749   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @859676dd   14 years michaelni Insert setdar at the begin of a filter chain instead the end. This …
(edit) @b1ca9642   14 years michaelni Revert "Remove support for stripping executables" People did not like …
(edit) @607cd90c   14 years michaelni make image2 muxer/demuxer support sequence of individual rawvideo …
(edit) @0bb240a   14 years michaelni img2: stop using CODEC_ID_RAWVIDEO to trigger processing of …
(edit) @e006d71f   14 years anton mpegts: propagate avio EOF in read_packet() Allows distinguishing …
(edit) @1e96d4c7   14 years nicolas.george ALSA: fix a stupid bad use of av_freep. It caused a segfault when …
(edit) @1c69c79f   14 years martin configure: Initial support for --target-os=symbian Signed-off-by: …
(edit) @7087ce08   14 years mans Fixed-point FFT and MDCT
(edit) @2f97b12e   14 years mans Include dependencies for test programs This makes sure the various …
(edit) @7f6e05cd   14 years mans ac3enc: simplify sym_quant() These expressions are equivalent since …
(edit) @1caa4123   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: rtsp: …
(edit) @cb7e2c1c   14 years anton flvdec: read index stored in the 'keyframes' tag. 'keyframes' metatag …
(edit) @9dd94f83   14 years anton mov: Add support for zero-sized stsc runs. A zero sized stsc run …
(edit) @8b8bf89e   14 years michaelni Revert "Do no modify terminal parameters using termios.h" This …
(edit) @93dfda88   14 years baptiste.coudurier In ipod/mov/mp4 muxer, always write esds descriptor length using 4 …
(edit) @229e2631   14 years lu_zero rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers …
(edit) @da3534b0   14 years stefano.sabatini-lala gradfun: add notice from the MPlayer manual Add notice telling that …
(edit) @2ccbb342   14 years stefano.sabatini-lala documentation: add setdar and setsar description to filters.texi
(edit) @2f86e7bd   14 years stefano.sabatini-lala graphparser: add a NULL check on the argument passed to strstr Fix …
(edit) @ffd39f9d   14 years michaelni Fix typo from e3a84542. Signed-off-by: Michael Niedermayer …
(edit) @d9699ea8   14 years baptiste.coudurier Fix dnxhd custom options, add AVClass in private context
(edit) @efdad9fb   14 years baptiste.coudurier In mov muxer, fix yuv range in avid atoms used by dnxhd.
(edit) @4b6f097b   14 years anton mlp_parse.c: set AVCodecContext channel_layout The channel layout …
(edit) @95c851e2   14 years anton APIChanges: mark the place where 0.6 was branched.
(edit) @da371602   14 years gbeauchesne vaapi: allow build against older VA-API 0.31.
(edit) @dd950e2e   14 years gbeauchesne vaapi: require version >= 0.32.0.
(edit) @f9c215e2   14 years gbeauchesne vaapi: move configure check down.
(edit) @39530272   14 years Carl Eugen Hoyos Remove a memory allocation and the associated memcpy.
(edit) @007b1f0   14 years michaelni h264: permit h264 decoder to be compiled when svq3 decoder is disabled …
(edit) @e3a8454   14 years michaelni SWSCALE: Increase maximim with from 5120 to 21504 Heres a benchmark …
(edit) @11c6d28e   14 years michaelni A few points for the changelog
(edit) @dd9134c2   14 years Carl Eugen Hoyos Fix compilation with win32 threads.after 'unbreak avcodec_thread_init'
(edit) @3efaa24   14 years Carl Eugen Hoyos Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.
(edit) @65daa942   14 years Reimar.Doeffinger Fix buffer overflow checks to avoid integer overflows.
(edit) @b64030f2   14 years anton avio: make get_checksum() internal.
(edit) @d09cc22d   14 years anton avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
(edit) @4c4427a7   14 years anton avio: make init_checksum() internal.
(edit) @ce02f9be   14 years anton Add MxPEG decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @e0e3b8b2   14 years anton Add support for picture_ptr field in MJpegDecodeContext …
(edit) @f16055ee   14 years anton Move MJPEG's input buffer preprocessing in separate public function …
(edit) @8f0bd2c0   14 years anton Support reference picture defined by bitmask in MJPEG's SOS decoder …
(edit) @2eddfb2b   14 years rsbultje sndio bug fix Since the code already supports both little- and …
(edit) @445fdc01   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @55ce3c67   14 years michaelni Merge remote-tracking branch 'ffmpeg-mt/master' * ffmpeg-mt/master: …
(edit) @52fd16a2   14 years mans ac3enc: move compute_mantissa_size() to ac3dsp Signed-off-by: Mans …
(edit) @6f718471   14 years mans ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext These …
(edit) @cd39549e   14 years stefano.sabatini-lala mp: add filter description to filters.texi
(edit) @e0be794a   14 years mans Remove support for stripping executables Stripping is generally best …
(edit) @d782bca4   14 years mans ac3enc: NEON optimised float_to_fixed24 Signed-off-by: Mans Rullgard …
(edit) @6d9f52b2   14 years mans ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp Signed-off-by: Mans …
(edit) @18627787   14 years Reimar.Doeffinger sndio: allow any endianness when recording Since the code already …
(edit) @e76c0c6a   14 years Reimar.Doeffinger Simplify: Use FFMIN.
(edit) @d3834587   14 years rsbultje dfa: protect pointer range checks against overflows.
(edit) @621f4c98   14 years gbeauchesne vaapi: filter out DELAYED_PIC_REF flag to determine field. This fixes …
(edit) @f99abb15   14 years gbeauchesne vaapi: disable if check_lib failed.
(edit) @a18e7b4f   14 years gbeauchesne vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
(edit) @a75529e8   14 years rsbultje mimic: implement multithreading.
(edit) @5c98af95   14 years Philip Langdale Fix check for new enough CrystalHD library. Signed-off-by: Philip …
(edit) @31f00274   14 years rsbultje id3v1: change filesize to int64_t. Signed-off-by: Ronald S. Bultje …
(edit) @13eadbac   14 years rsbultje id3v1: Seek back to old position after reading. FFmpeg did not seek …
(edit) @59bf303d   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @7dfd58ef   14 years michaelni Add crystalhd maintainer Signed-off-by: Michael Niedermayer …
(edit) @34c27ada   14 years michaelni Revert some silly renamings that leaked in from a pull.
(edit) @c5099867   14 years stefano.sabatini-lala mp: extend syntax, make it accept mp=filter=params Make the mp …
(edit) @681ba72   14 years stefano.sabatini-lala documentation: sort filter descriptions in filters.texi Change …
(edit) @cdf7cbd6   14 years stefano.sabatini-lala documentation: extend documentation for ffmpeg -aspect option
(edit) @e93d9715   14 years stefano.sabatini-lala sndio: prefer "FFmpeg" over "Libav" in the license header
(edit) @e9ccdae0   14 years Reimar.Doeffinger Use consistent condition for whether to run slice-threading execute …
(edit) @46027c72   14 years Reimar.Doeffinger Unbreak avcodec_thread_init avcodec_thread_init currently doesn't do …
(edit) @c4549bd6   14 years justin.ruggles ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by …
(edit) @42315dab   14 years anton Chronomaster DFA decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @c6f95144   14 years anton framebuffer device demuxer Signed-off-by: Anton Khirnov …
(edit) @95c8bb03   14 years michaelni Fix compilation failure with runtime cpudetect (Ticket #22)
(edit) @364cbc34   14 years janne-libav cosmetics: fix dashed line length after 070c5d0
(edit) @bc61920d   14 years lu_zero http: header field names are case insensitive Amazon S3 sends header …
(edit) @25d8099b   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @57e2ded4   14 years michaelni Implement interlaced scaling. Fixes issue2632 if interl=1 is used or …
(edit) @8e43b6fe   14 years Aurélien Jacobs add SubRip encoder Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
(edit) @efc8c709   14 years stefano.sabatini-lala drawtext: draw glyphs for the strftime()-expanded text In …
(edit) @5c5816c4   14 years stefano.sabatini-lala drawtext: fix minor errors and typos in the filter description
(edit) @991f3de1   14 years justin.ruggles ac3enc: Add codec-specific options for writing AC-3 metadata.
(edit) @3ea031b3   14 years stefano.sabatini-lala setdar: prefer "sar" over "par" in log info message This is more …
(edit) @2ee85c06   14 years stefano.sabatini-lala ffmpeg: warns the user when the selected pixel format is ignored
(edit) @c6c2dfcf   14 years anton Remove arrozcru URL from documentation Signed-off-by: Anton Khirnov …
(edit) @15d59d2   14 years anton sndio support for playback and record Signed-off-by: Anton Khirnov …
(edit) @3c849307   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @b0efaee6   14 years michaelni make xvid less picky about unkown aspect Signed-off-by: Michael …
(edit) @3583eb93   14 years Philip Langdale CrystalHD: Remove redundant interlaced check. Signed-off-by: Philip …
(edit) @a1749eb3   14 years Philip Langdale CrystalHD: Add 2011 to Copyright Signed-off-by: Philip Langdale …
(edit) @b45aceb6   14 years Philip Langdale Revert "CrystalHD: Improve interlaced h.264 support." This reverts …
(edit) @85b01098   14 years Philip Langdale Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF …
(edit) @3188d33a   14 years Philip Langdale Revert "CrystalHD: Refine heuristic logic." This reverts commit …
(edit) @f968ef92   14 years Philip Langdale CrystalHD: Refine heuristic logic.
(edit) @4ab57cff   14 years Philip Langdale CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants. …
(edit) @e44073c   14 years Philip Langdale CrystalHD: Improve interlaced h.264 support. As previously discussed, …
Note: See TracRevisionLog for help on using the revision log.