source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @31f93fc5   13 years michaelni lavc: Fix sizeof(AVFrame) useability docs Signed-off-by: Michael …
(edit) @b9d2b451   13 years michaelni lavc: Document AVFrame av_opt_ptr() relation. Signed-off-by: Michael …
(edit) @406e9647   13 years michaelni ffplay: Avoid directly accessing AVFrame fields that differ between …
(edit) @738c603a   13 years michaelni ffmpeg: Avoid directly accessing AVFrame fields that differ between …
(edit) @fef411ef   13 years michaelni lavc: Add a AVClass for AVFrames. Signed-off-by: Michael Niedermayer …
(edit) @dff97be8   13 years michaelni av_opt: add av_opt_ptr() to return a pointer to a field of a object …
(edit) @618fb9cc   13 years michaelni ffmpeg: handle stream copy timebase selection for mp4 as if it had …
(edit) @70713859   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @dc6d043   13 years justin.ruggles adpcmenc: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @541d083a   13 years justin.ruggles ac3dec: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @a4e21baa   13 years justin.ruggles yuv4mpeg: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @2f8b6e90   13 years stefasab lavfi: add life source
(edit) @6c26fe8b   13 years stefasab aevalsrc: add duration option
(edit) @eda87312   13 years justin.ruggles shorten: remove dead initialization Signed-off-by: Justin Ruggles …
(edit) @ba8410c   13 years michaelni Microsoft Windows ICO demuxer Signed-off-by: Michael Niedermayer …
(edit) @7679bd6e   13 years anton roqvideodec: set AVFrame reference before reget_buffer. Otherwise it …
(edit) @1e92d58e   13 years anton bmp: fix some 1bit samples. <= 8bpp BMP images always have palette. …
(edit) @8dd92eca   13 years janne-libav latmdec: add fate test for audio config change
(edit) @b4425f26   13 years michaelni doc/filters.texi: Update drawtext docs so that the documented input …
(edit) @dda3d716   13 years michaelni vf_drawtext: support W/H parameters to reduce UI differences to qatar …
(edit) @594090c6   13 years michaelni ffmpeg: select best pixel format for the encoder if no exact match. …
(edit) @c8b27a0e   13 years anton oma: PCM support Signed-off-by: David Goldwich …
(edit) @8ae5eb75   13 years anton oma: better format detection with small probe buffer Signed-off-by: …
(edit) @e9607007   13 years anton oma: clearify ambiguous if condition Signed-off-by: David Goldwich …
(edit) @f88d5df   13 years michaelni vf_drawtext: cosmetics to reduce diff to qatar Signed-off-by: Michael …
(edit) @297422b3   13 years michaelni vf_drawtext: Add main_w/h to improve compatibility with the modified …
(edit) @fb266f59   13 years michaelni h264: show when has_b_frames is being increased. Signed-off-by: …
(edit) @7f92f3d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @a548b6cb   13 years rsbultje wavpack: Properly clip samples during lossy decode When decoding …
(edit) @425b45d4   13 years rsbultje Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and …
(edit) @4a59eca9   13 years rsbultje Cleaned pixdesc.c file in libavutil Signed-off-by: Ronald S. Bultje …
(edit) @8f8c785f   13 years rsbultje zmbv.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @6eedeefe   13 years rsbultje xan.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @363114e8   13 years rsbultje mpegvideo.c: code cleanup - first 500 lines. Signed-off-by: Ronald S. …
(edit) @ff53c79d   13 years michaelni flvdec: Stop searching for streams once a audio & a video stream has …
(edit) @85372f9d   13 years Reimar.Doeffinger Add forgotten %ifdef HAVE_AVX. Fixes compilation with older YASM/NASM …
(edit) @adedd840   13 years rsbultje h264: fix frame reordering code. Fixes …
(edit) @976b0959   13 years michaelni lavu/error: define AVERROR_BUG. Signed-off-by: Nicolas George …
(edit) @757cb3b4   13 years michaelni avutil: av_x_if_null: remove const for the return value. This is the …
(edit) @730945d9   13 years michaelni ffmpeg: use standard duration calculation code in the stream copy …
(edit) @28a11a67   13 years Carl Eugen Hoyos BMP: Support BMP OS/2 v2 with RLE compression. Fixes ticket #699. …
(edit) @8dcd2a41   13 years Carl Eugen Hoyos Allow last mov chunk to have an arbitrary number of samples. Fixes …
(edit) @88bbabc   13 years Carl Eugen Hoyos Support decoding right-to-left targa files. Fixes ticket #698.
(edit) @90bfd511   13 years nicolas.george celtdec: adapt to avcodec_decode_audio4. Original fix by Michael …
(edit) @a930cd0d   13 years michaelni oma: Fix out of array read. Input: 01-Untitled-partial.oma ZZUF …
(edit) @aedd30b6   13 years michaelni id3v2: Fix null ptr crash in get_extra_meta_func() Signed-off-by: …
(edit) @8bd2b27f   13 years michaelni zmbv: fix 2 memleaks Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3eb6e146   13 years michaelni zmbv: Fix keyframe fault protextion. Fixes zzuf -s467 -r0.001 cat …
(edit) @7a5eb40e   13 years michaelni audeo_get_buffer: fix pkt_pos Signed-off-by: Michael Niedermayer …
(edit) @acf22ec6   13 years michaelni developer.texi: Fix naming convention Signed-off-by: Michael …
(edit) @52b7ed4f   13 years michaelni iff: support ExtraHalfBrite (EHB) palette mode Fixes ticket #663. …
(edit) @56f6628b   13 years michaelni pictordec: decode 8bpp images when extra header marker is missing …
(edit) @2d6a45c1   13 years Carl Eugen Hoyos Silence warnings when decoding QNAP Systems H264 codec. Fixes ticket #571.
(edit) @215b772   13 years Clément Bœsch lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
(edit) @eac5987c   13 years michaelni g723_1dec: update to new API Signed-off-by: Michael Niedermayer …
(edit) @7db5ff79   13 years michaelni g729dec: update to the new API Signed-off-by: Michael Niedermayer …
(edit) @e4de7167   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @55a28056   13 years janne-libav fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis …
(edit) @a0338b5   13 years lu_zero doc: break some long lines in developer.texi
(edit) @2cf74ec   13 years lu_zero drawtext: make x and y parametric Introduce variables "E", "PHI", …
(edit) @ec11ff84   13 years lu_zero drawtext: manage memory allocation better Call dtext_prepare_text as …
(edit) @a2fb4bcb   13 years lu_zero drawtext: refactor draw_text Split the memory allocation from the …
(edit) @8499442   13 years janne-libav doc: remove space between variable and post increment in example code
(edit) @12804348   13 years michaelni swr-test: drop one const, silence most const qualifer warnings. …
(edit) @d268b79e   13 years janne-libav aac_latm: reconfigure decoder on audio specific config changes
(edit) @fd095539   13 years janne-libav latmdec: fix audio specific config parsing Pass the correct size in …
(edit) @ebe4d5ad   13 years michaelni swr-test_: Fix mixed declaration and statements: …
(edit) @208bcc6b   13 years michaelni libavutil: increase struct SampleFmtInfo member 'name' length to 8 …
(edit) @b552e3f6   13 years michaelni swscale: Fix all cast qualifier warnings: …
(edit) @3fd4fe0e   13 years michaelni swscale_mmx: Fix cast qualifier warnings: …
(edit) @a24c4758   13 years michaelni sws: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @0eea212   13 years justin.ruggles Add avcodec_decode_audio4(). Deprecate avcodec_decode_audio3(). …
(edit) @560f773c   13 years justin.ruggles avcodec: change number of plane pointers from 4 to 8 at next major …
(edit) @cf257f3   13 years michaelni doc/example/muxing: fix video timestamps Signed-off-by: Michael …
(edit) @9b9815ee   13 years lu_zero Update developers documentation with coding conventions. …
(edit) @096701d9   13 years michaelni muxing example: set encoder defaults Signed-off-by: Michael …
(edit) @51a16077   13 years mans svq1dec: avoid undefined get_bits(0) call Signed-off-by: Mans …
(edit) @59807fee   13 years mans ARM: h264dsp_neon cosmetics - Replace 'ip' with 'r12'. - Use correct …
(edit) @a760f530   13 years mans ARM: make some NEON macros reusable Signed-off-by: Mans Rullgard …
(edit) @150ddbc1   13 years mans Do not memcpy raw video frames when using null muxer Commit 035af99 …
(edit) @5a2e2516   13 years lu_zero fate: update asf seektest
(edit) @e02dec25   13 years rsbultje vp8: flush buffers on size changes.
(edit) @1fd69243   13 years michaelni pictordec: support uncompressed images Signed-off-by: Michael …
(edit) @7d68f592   13 years lu_zero doc: improve general documentation for MacOSX Signed-off-by: Luca …
(edit) @b88eb876   13 years lu_zero asf: use packet dts as approximation of pts Having a somehow off …
(edit) @73f027c1   13 years lu_zero asf: do not call av_read_frame The asf_read_pts should read the …
(edit) @30266038   13 years martin rtsp: Initialize the media_type_mask in the rtp guessing demuxer The …
(edit) @d0fd6fc2   13 years rsbultje Cleaned up alacenc.c Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @bba8975a   13 years Carl Eugen Hoyos Be less verbose when skipping RBSP data in H264 PPS. Fixes ticket #693.
(edit) @fab5973f   13 years Carl Eugen Hoyos Be less verbose when skipping MPEG-4 ASP frames. Fixes ticket #560.
(edit) @40c36196   13 years Carl Eugen Hoyos Support yuva420p encoding via libopenjpeg.
(edit) @d7fc100   13 years Carl Eugen Hoyos Support tiff RGBA encoding.
(edit) @7b0b10ce   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
(edit) @8b08f819   13 years Carl Eugen Hoyos Support transparency in 32bit bmp files.
(edit) @69035f3   13 years michaelni Revert "libutvideodec: Make buf_size local" This change was dependent …
(edit) @dd7453a2   13 years michaelni Fix id3v2 extended header handling. When skipping over the extended …
(edit) @18abf46   13 years michaelni configure: add forgotten libx264rgb_encoder_deps Signed-off-by: …
(edit) @04403ec2   13 years martin rtpenc: Add support for G726 audio Signed-off-by: Martin Storsjö …
(edit) @fa6dce4c   13 years martin rtpdec: Interpret the different G726 names as bits_per_coded_sample …
(edit) @77e0c75   13 years martin rtpenc: Change rtp_send_samples to handle sample sizes other than even …
Note: See TracRevisionLog for help on using the revision log.