source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @59bd0fef   13 years stefano.sabatini-lala vf_lut: set minimum and maximum alpha value for yuva420p
(edit) @2b550beb   13 years stefano.sabatini-lala vf_lut: add plane validity check in draw_slice() The value for …
(edit) @25119a7   13 years nicolas.george ffprobe: flush stdout after each group.
(edit) @3db9002f   13 years stefano.sabatini-lala cmdutils: fix an opt name/val swap in set_context_opts() …
(edit) @5d35b279   13 years nicolas.george ALSA demuxer: use av_gettime and a timefilter. The PTS for captured …
(edit) @3074f03a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @23ce6e72   13 years mans get_bits: remove x86 inline asm in A32 bitstream reader x86 does not …
(edit) @fccab018   13 years siretart doc: Remove outdated information about our issue tracker We have now …
(edit) @8b84af74   13 years alex.converse avidec: Factor out the sync fucntionality.
(edit) @29651e1d   13 years alex.converse fate-aac: Expand coverage. Add al05_44, al06_44, al17_44.
(edit) @f99a5ef9   13 years justin.ruggles ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().
(edit) @8b7b2d6a   13 years justin.ruggles ac3dsp: simplify extract_exponents() now that it does not need to do …
(edit) @523b7eba   13 years justin.ruggles ac3enc: clip coefficients after MDCT. This ensures that any …
(edit) @6054cd2   13 years justin.ruggles ac3enc: add int32_t array clipping function to DSPUtil, including x86 …
(edit) @392acaed   13 years nicolas.george ALSA: fix use of period_size. period_size is in frames, while the …
(edit) @8a8d0ce2   13 years rsbultje swscale: for >8bit scaling, read in native bit-depth. For 9/10bit, it …
(edit) @cdc2c1c5   13 years rsbultje matroskadec: matroska_read_seek after after EBML_STOP leads to …
(edit) @134557f3   13 years siretart doxygen: fix usage of @file directive in libavutil/{dict,file}.h
(edit) @46edd3a0   13 years stefano.sabatini-lala ffprobe: fix opt_pretty() signature This is required after the …
(edit) @7464a53a   13 years stefano.sabatini-lala lavfi: make pix_fmt_is_in() in vf_lut.c an internal function Also …
(edit) @518d8d4   13 years nicolas.george lavf: bump minor and add APIchanges entry for av_get_output_timestamp
(edit) @cb7e3202   13 years stefano.sabatini-lala openal: prefer ISC license Signed-off-by: Stefano Sabatini …
(edit) @34ab23f   13 years stefano.sabatini-lala dict: fix another typo achive -> achieve
(edit) @84c2d8af   13 years nicolas.george ALSA: implement get_output_timestamp.
(edit) @b442ca69   13 years nicolas.george lavf: add an API to get output timestamps.
(edit) @d1b029d   13 years nicolas.george ALSA encoder: correctly set time_base.
(edit) @721be993   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9251942   13 years michaelni Fix mpeg4 padding bug detection with more than 128bit trash and …
(edit) @315f0e3f   13 years Carl Eugen Hoyos Fix possible double free when encoding using xvid.
(edit) @dec126a9   13 years Carl Eugen Hoyos Fix internal buffer size for 2bpp and 4bpp raw video.
(edit) @807aa2d8   13 years siretart doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and …
(edit) @be73d76b   13 years diego cosmetics: fix some then/than typos
(edit) @d7537a6f   13 years siretart doxygen: Include libavcodec and libavformat examples into the documentation
(edit) @192bfbc   13 years siretart avutil: elaborate documentation for av_get_random_seed
(edit) @dafaef2   13 years alex.converse Add support for aac streams in mp4/mov without extradata.
(edit) @4bfe0644   13 years mans aes: whitespace cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @bd55da1c   13 years mans adler32: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @a0991833   13 years heydowns Make all option parsing functions match the function pointer type …
(edit) @81cc7d0b   13 years rsbultje swscale: fix another yuv range conversion overflow in 16bit scaling.
(edit) @c31bc537   13 years mans Fix cpu flags test program Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @ce1e181b   13 years diego opt-test: Add missing braces to silence compiler warnings. …
(edit) @bd9a9a2   13 years diego build: Eliminate obsolete test targets. The targets are now part of …
(edit) @5a931a15   13 years stefano.sabatini-lala lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONE …
(edit) @5d62d0b1   13 years martin udp: Fix a compilation warning This fixes this compilation warning, …
(edit) @705b21a0   13 years martin swscale: Unbreak build with --enable-small This fixes building with …
(edit) @71f02914   13 years mans base64: add fate test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @744765a9   13 years mans aes: improve test program and add fate test Signed-off-by: Mans …
(edit) @f6252b48   13 years mans adler32: make test program more useful and add fate test …
(edit) @3713cf11   13 years Carl Eugen Hoyos Fix linesize for some rawvideo samples with odd width.
(edit) @e0b8fff6   13 years rsbultje swscale: fix yuv range correction when using 16-bit scaling.
(edit) @8c0cbb08   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ce2649af   13 years alex.converse aacenc: Make chan_map const correct
(edit) @623bf966   13 years michaelni avcodec: increase padding, fixes ticket313 Signed-off-by: Michael …
(edit) @812f2376   13 years diego rational-test: Add proper main() declaration to fix gcc warnings.
(edit) @c562ba4c   13 years diego configure: Add vdpau and dxva2 to configure results output.
(edit) @cfa68a33   13 years mans Remove unused, never built libavutil/pca.[ch] Signed-off-by: Mans …
(edit) @5dd514af   13 years rsbultje matroskadec: forward parsing errors to caller. Signed-off-by: Ronald …
(edit) @59ca3955   13 years rsbultje av_find_stream_info: simplify EAGAIN handling. Signed-off-by: Ronald …
(edit) @e1a54304   13 years Reimar.Doeffinger Move SRC_PATH hack around to allow compilation from subdir again.
(edit) @08b4a667   13 years Carl Eugen Hoyos Set channel_layout if channels is set when transcoding.
(edit) @98add74   13 years alex.converse aacenc: Fix determination of Mid/Side Mode. In …
(edit) @d3a6c2ab   13 years alex.converse psymodel: Remove the single channel analysis function
(edit) @01344fe4   13 years alex.converse aacenc: Implement dummy channel group analysis that just calls the …
(edit) @0bc01cc9   13 years alex.converse psymodel: Add channels and channel groups to the psymodel.
(edit) @a3e1f80e   13 years mans ARM: remove check for PLD instruction PLD is present in ARMv5TE and …
(edit) @0291ce84   13 years mans fate: move amr[nw]b test rules into separate files Signed-off-by: …
(edit) @9ed6cbc3   13 years rsbultje ogg: fix double free when finding length of small chained oggs. …
(edit) @ef1ee36   13 years rsbultje swscale: implement >8bit scaling support. This means that precision …
(edit) @f6806986   13 years mans build: fix creation of tools dir with make 3.81 GNU make 3.81 …
(edit) @e2542dcc   13 years diego build: Mark all-yes Makefile target as phony.
(edit) @86c3c1ab   13 years diego pixfmt: fix YUV422/444 wrong endian comment Signed-off-by: Diego …
(edit) @5e27ec28   13 years mans build: create output directories as needed Signed-off-by: Mans …
(edit) @4d08dfef   13 years Carl Eugen Hoyos Remove gcc 2.95.3 remnants.
(edit) @da55ee6c   13 years jason Add new yuv444 pixfmts to avcodec_align_dimensions2 Fixes draw_edges …
(edit) @9e17d051   13 years michaelni swscale: Fix yuv422p10 Signed-off-by: Michael Niedermayer …
(edit) @bb9d517   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @4578435f   13 years diego swscale: Add Doxygen for hyscale_fast/hScale.
(edit) @b0da4903   13 years mans fate: enable lavfi-pixmt tests on big endian systems Signed-off-by: …
(edit) @635930d4   13 years mans PPC: swscale: disable altivec functions for unsupported formats …
(edit) @dbe5f017   13 years michaelni amrnbdec: we dont want dtx samples anymore and give the user a hint …
(edit) @842f463c   13 years mans fate: merge identical pixdesc_be/le tests Signed-off-by: Mans …
(edit) @e78f968   13 years michaelni Fix configure problem with out-of-source-tree build for fate-related …
(edit) @d6cc6ac6   13 years diego swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
(edit) @7ac6910d   13 years mans build: call texi2pod.pl with full path instead of symlink …
(edit) @57b4a3dd   13 years mans build: include sub-makefiles using full path instead of symlinks …
(edit) @90cbbbc1   13 years Reimar.Doeffinger targa: Do not read colormap from files without one. This is necessary …
(edit) @efdb198e   13 years Reimar.Doeffinger targa: Simplify using bytestream_get functions. Signed-off-by: Reimar …
(edit) @618230c7   13 years Ronald S. Bultje swscale: update big endian reference values after dff5a835.
(edit) @cb7b55b0   13 years mans wavpack: skip blocks with no samples These blocks don't report audio …
(edit) @bd2deab7   13 years justin.ruggles cosmetics: remove outdated comment that is no longer true
(edit) @deb3ed0   13 years mans build: replace some addprefix/addsuffix with substitution refs …
(edit) @51293367   13 years michaelni pict_type: add a value for unknown/none. In commit …
(edit) @bb00b15f   13 years diego avutil: Remove unused arbitrary precision integer code.
(edit) @d2ee495f   13 years diego configure: Drop check for availability of ten assembler operands. …
(edit) @ca699ac2   13 years stefano.sabatini-lala dict: fix various typos
(edit) @1bb52045   13 years alex.converse aacenc: Save channel configuration for later use.
(edit) @8dbaa5bd   13 years alex.converse aacenc: Fix codebook trellising for zeroed bands. Choose band type …
(edit) @13a09979   13 years rsbultje swscale: change prototypes of scaled YUV output functions. Remove …
(edit) @94e59cb8   13 years michaelni random_seed: more elaborate doxy. Signed-off-by: Michael Niedermayer …
(edit) @c029ea39   13 years michaelni AVDictionary: warn about its shortcommings and mention available …
Note: See TracRevisionLog for help on using the revision log.