source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @aec09a00   15 years diego Enable the TrueHD decoder when the MLP decoder is enabled. They share …
(edit) @5b423887   15 years diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in …
(edit) @a80459fd   15 years Carl Eugen Hoyos Fix colours for QT JPEG2000, fixes issue 1540. Originally committed …
(edit) @484d1464   15 years Carl Eugen Hoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes …
(edit) @f1e94694   15 years diego Declare AAC parser dependencies in configure. This affects the AAC …
(edit) @0788ac67   15 years diego The S/P-DIF muxer depends on mpeg4audio.o. Originally committed as …
(edit) @f95bfab0   15 years diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in …
(edit) @9caa7ba4   15 years gbeauchesne Add myself as VAAPI maintainer. Originally committed as revision …
(edit) @07c9f6f6   15 years gbeauchesne Add H.264 bitstream decoding through VAAPI. Originally committed as …
(edit) @5f000d5f   15 years diego vc1_parser.o does not depend on h263dec.o and intrax8.o. Originally …
(edit) @322aa1e2   15 years stefano.sabatini-lala Do not explicitely set thread_count in the codec context. This is …
(edit) @de4898a2   15 years stefano.sabatini-lala Set thread_count in the decoder before to open it. This is safer …
(edit) @a8beb22f   15 years diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in …
(edit) @4414137   15 years diego Declare dependencies for H.263 family decoders in configure. …
(edit) @7f647ae0   15 years diego Declare the dependency of the H.263 decoder on the H.263 parser in …
(edit) @f34121f3   15 years diego Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. …
(edit) @3f35415d   15 years diego cosmetics: Remove pointless '#if 1' preprocessor directives. …
(edit) @e6d3534f   15 years gbeauchesne Use VA_INVALID_ID instead of hard coded values. Originally committed …
(edit) @c373f61d   15 years gbeauchesne Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to …
(edit) @d3d1eae6   15 years lucabe72 Remove a useless local variable. Originally committed as revision …
(edit) @cd7bfe40   15 years lucabe72 Remove outdated comment Originally committed as revision 20945 to …
(edit) @b3fbe02c   15 years lucabe72 Remove an unneeded local variable. Originally committed as revision …
(edit) @c887b30   15 years diego Remove unused variable, fixes the warning: …
(edit) @7863862   15 years diego Mark conditionally used variable as av_unused, fixes the warning: …
(edit) @8b086712   15 years gbeauchesne Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). …
(edit) @36ad2b3e   15 years gbeauchesne Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). …
(edit) @6399c17d   15 years lucabe72 Use different dynamic payload types for audio and video. Originally …
(edit) @bac24dd2   15 years michaelni 2nd try on documenting av_gcd(). Originally committed as revision …
(edit) @43ad88e5   15 years diego Remove commented-out debug console output. Originally committed as …
(edit) @5ddd075   15 years diego cosmetics: Move a bunch of forward declarations below a …
(edit) @da937668   15 years kostya.shishkov 16-bit Interplay video does not need palette control Originally …
(edit) @03703cb3   15 years michaelni Document av_gcd(). Originally committed as revision 20935 to …
(edit) @a69be798   15 years kostya.shishkov Add missing opcodes for 16-bit Interplay Video decoding and finally …
(edit) @dcfb0cad   15 years kostya.shishkov 16-bit Interplay Video stores motion vector data at the end of frame, …
(edit) @e09cdc7   15 years kostya.shishkov 10l trocadero: forgot one case where picture linesize should be used …
(edit) @5b8ebb3f   15 years kostya.shishkov cosmetics: reindent and break long lines after last commits …
(edit) @5a8cf39   15 years kostya.shishkov Add 16-bit image data handling (but not decoding yet) to Interplay …
(edit) @80fec3ff   15 years kostya.shishkov Use frame linesize in Interplay Video block copying function …
(edit) @80ca19f7   15 years kostya.shishkov Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with …
(edit) @8badb23   15 years kostya.shishkov Recognize 16-bit Interplay Video variant Originally committed as …
(edit) @9156a5ad   15 years kostya.shishkov Change main loop in Interplay Video decoder, so variables x and y …
(edit) @66d23c96   15 years diego Use common regression test functions in ffserver regression test …
(edit) @3d147064   15 years diego Replace syntax by $( ) in regression test shell scripts. The …
(edit) @b03a63d1   15 years Reimar.Doeffinger Fix cdg reference and buffer_hints value: reference must be 3 because …
(edit) @f877954   15 years lucabe72 Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. Originally …
(edit) @37ce3d6b   15 years michaelni Do not copy codec_tag in stream copy case if it is associated with a …
(edit) @a6831e88   15 years stefano.sabatini-lala Use positive logic, improve readability, consistent with r20877. …
(edit) @0fb669ae   15 years kostya.shishkov cosmetics: reindent Originally committed as revision 20919 to …
(edit) @43a6ca2c   15 years diego cosmetics: Reformat some function declarations. Originally committed …
(edit) @25182289   15 years diego Remove some unused variables, fixes the warnings: …
(edit) @76faff6e   15 years lucabe72 Add support for mp3 over RTP in rtpdec.c Originally committed as …
(edit) @ce293510   15 years kostya.shishkov Auravision Aura 2 decoder Originally committed as revision 20915 to …
(edit) @588f8cd8   15 years kostya.shishkov Add Auravision Aura decoding support Originally committed as revision …
(edit) @c587910   15 years kostya.shishkov There is no need to print FFmpeg or codec name in error message …
(edit) @55903423   15 years kostya.shishkov cosmetics: correct formatting a bit Originally committed as revision …
(edit) @1a91f1a0   15 years mans ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access …
(edit) @f69d394f   15 years stefano.sabatini-lala Satisfy grammatical nits. Originally committed as revision 20910 to …
(edit) @3f7bb426   15 years stefano.sabatini-lala Implement a -pix_fmts option for listing all the supported pixel …
(edit) @dc7f38f5   15 years stefano.sabatini-lala Re-add missing "@end table" which was erroneously removed in the …
(edit) @5f6cb6eb   15 years stefano.sabatini-lala Factorize common options documentation. Originally committed as …
(edit) @870e0150   15 years ramiro.polla Add -?, -help, and --help as alternative options to get help. …
(edit) @7f11e745   15 years ramiro.polla Print usage instead of help when no files are specified. Originally …
(edit) @0c2a18cb   15 years ramiro.polla Split show_usage() out of show_help(). Originally committed as …
(edit) @8319aef   15 years ramiro.polla Add a general [options] to the basic usage string. Originally …
(edit) @27daa420   15 years ramiro.polla First print the program description and then the basic usage line. …
(edit) @aaba7e6   15 years ramiro.polla Remove parameters no longer used in h[yc]scale(). Originally …
(edit) @a1f4b4bb   15 years ramiro.polla Move fast bilinear scaler code to the existing h[yc]scale_fast() …
(edit) @bb53e1d1   15 years ramiro.polla Rename function pointers used to convert from the input pixel format …
(edit) @e7a47515   15 years ramiro.polla Check if chroma horizontal scaler is needed in sws_init_swScale(). …
(edit) @6f9771d7   15 years ramiro.polla Remove unused fields from SwsContext. Originally committed as …
(edit) @d3243d1   15 years ramiro.polla Indentation. Originally committed as revision 30087 to …
(edit) @e77ddfa2   15 years ramiro.polla Indent. Originally committed as revision 30086 to …
(edit) @b501a1f5   15 years ramiro.polla Set fast_bilinear functions in sws_init_swScale(). Originally …
(edit) @bae76dc3   15 years ramiro.polla Set horizontal scaler's range conversion in context in …
(edit) @c1977fbb   15 years gbeauchesne Add new fields for the VDPAU/MPEG-4 back-end. Originally committed as …
(edit) @84011f10   15 years ramiro.polla Set horizontal scaler's src offsets in context in sws_init_swScale(). …
(edit) @cb397689   15 years diego Add long_name for Xxan codec. Originally committed as revision 20900 …
(edit) @0080402d   15 years kostya.shishkov Improve handling allocated buffers in Xan decoder Originally …
(edit) @2628f515   15 years kostya.shishkov cosmetics: reindent a bit Originally committed as revision 20898 to …
(edit) @a8eb8de4   15 years vitor1001 Add tables used by both AMR-NB and SIPR Originally committed as …
(edit) @da8af93   15 years mike Cosmetic: indent after last change. Originally committed as revision …
(edit) @e6e32bdc   15 years mike Optimize unpack_vectors() by not shuffling around redundant vectors. …
(edit) @b2cc811   15 years michaelni More sane error message when extradata has not been set. Originally …
(edit) @646eb55   15 years Carl Eugen Hoyos Swap red and blue when decoding r210. Originally committed as …
(edit) @2c2a167c   15 years michaelni It appears that waveformatextensible is mandatory for more cases than …
(edit) @4aaab0a3   15 years Reimar.Doeffinger Add decoder for R210 (uncompressed 10-bit RGB) codec. Originally …
(edit) @a3d995c1   15 years vitor1001 CD+G demuxer and decoder Patch by Michael Tison (gmail address: …
(edit) @8993535c   15 years jmenon86 10l : make sure probe buffer is large enough. Originally committed as …
(edit) @134271c2   15 years michaelni Only add 1 index entry per keyframe. Idea from a patch by samsung. …
(edit) @c3abb551   15 years Reimar.Doeffinger Set bits_per_raw_sample appropriately in dpx decoder. Originally …
(edit) @22ff3361   15 years jmenon86 Parse ID3v[12] metadata from TTA files. As a side-effect, this commit …
(edit) @5c910fca   15 years vitor1001 Cosmetics: make celp_filters.* formatting more consistent with the …
(edit) @6ef607c2   15 years vitor1001 Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. …
(edit) @5ad14c6c   15 years vitor1001 List myself as the maintainer of celp_filters.* Originally committed …
(edit) @18eb23db   15 years jmenon86 Update ffm reference checksums as a result of r20869. Originally …
(edit) @4aaebf78   15 years kostya.shishkov Reply to RTMP ping with the same value as received by client. Patch by …
(edit) @0fc2c0f6   15 years stefano.sabatini-lala Add -vlang option to set ISO 639 video stream language code. This is …
(edit) @b0bc928b   15 years Carl Eugen Hoyos Undo r20874: It broke AAC decoding. Originally committed as revision …
(edit) @18a49f1   15 years diego Remove unused variable, fixes the warning: libavformat/apetag.c:38: …
(edit) @06a3c9c4   15 years stefano.sabatini-lala Use positive logic in opt_target() for selecting the PAL/others …
Note: See TracRevisionLog for help on using the revision log.