source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1fd69243   13 years michaelni pictordec: support uncompressed images Signed-off-by: Michael …
(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 …
(edit) @2d31d890   13 years martin rtpenc: Cast a rescaling parameter to int64_t This avoids overflow if …
(edit) @2574f08d   13 years rsbultje h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. This …
(edit) @8c15f9d7   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @dd974c1b   13 years michaelni libx264: Implement rgb24 support through a seperate AVCodec. This …
(edit) @59a58884   13 years Marton Balint ffplay: Copy audio side data too. This fixes handling of some rare …
(edit) @3adba2de   13 years mans ARM: fix indentation in ff_dsputil_init_neon() Signed-off-by: Mans …
(edit) @96fef6cf   13 years mans ARM: NEON put/avg_pixels8/16 cosmetics This makes whitespace and …
(edit) @716f1705   13 years mans ARM: add remaining NEON avg_pixels8/16 functions
(edit) @94267ddf   13 years mans ARM: clean up NEON put/avg_pixels macros Although this adds a few …
(edit) @4a8e3324   13 years michaelni libx264: fix generic boolean support Fixes Ticket660 Signed-off-by: …
(edit) @ca12401   13 years justin.ruggles fate: split acodec-pcm into individual tests this removes 2 redundant …
(edit) @5089ce1b   13 years siretart swscale: #include "libavutil/mathematics.h" this file uses the M_PI …
(edit) @b50be4e3   13 years michaelni vc1_parser: fix NULL pointer dereference Fixes Ticket456 …
(edit) @d9cc6bb4   13 years Carl Eugen Hoyos Support ffmpeg -dn to disable copying data streams. Fixes ticket #647.
(edit) @3e1951e8   13 years michaelni h264: More restrictive more_rbsp_data_in_pps() Fixes Ticket697 …
(edit) @74e96eb7   13 years anton pmpdec: don't use deprecated av_set_pts_info.
(edit) @37fed0e6   13 years mans rv34: align temporary block of "dct" coefs This is needed for …
(edit) @f3f48842   13 years michaelni pictordec: prevent segfault when reading corrupted files …
(edit) @43a2a8b4   13 years michaelni pictordec: use correct context for another av_log Signed-off-by: …
(edit) @f28070a1   13 years anton Add PlayStation Portable PMP format demuxer Not yet complete, for …
(edit) @c3b05d21   13 years martin proto: Realign struct initializers Signed-off-by: Martin Storsjö …
(edit) @7e580505   13 years martin proto: Use .priv_data_size to allocate the private context This …
(edit) @9c6777bd   13 years martin mmsh: Properly clean up if the second ffurl_alloc failed …
(edit) @02490bf3   13 years martin rtmp: Clean up properly if the handshake failed This prevents memory …
(edit) @6af35443   13 years martin md5proto: Remove the get_file_handle function The private data …
(edit) @1ca87d60   13 years martin applehttpproto: Use the close function if the open function fails …
(edit) @abe20c59   13 years martin http: Make sure proxyauth is initialized This string will be passed …
(edit) @adfdcf87   13 years rsbultje vble: use dsp.add_hfyu_median_prediction() this allows asm …
(edit) @317ea97   13 years rsbultje vble: remove flags copy, its not used in any speed relevant code. …
(edit) @e46abbcf   13 years rsbultje vble: merge len and val arrays There's no reason to use two arrays …
(edit) @0dd704db   13 years rsbultje vble: remove unused variable len. Signed-off-by: Michael Niedermayer …
(edit) @67eb95ce   13 years michaelni ffmpeg: fix segfault with ffmpeg -h Signed-off-by: Michael …
(edit) @03b6050   13 years michaelni ffmpeg: fix changing sample rate handling Signed-off-by: Michael …
(edit) @ec20fc15   13 years michaelni lavf: allow grouping packets in chunks of a user specified size and …
(edit) @31f9032b   13 years michaelni lavf: add audio_preload option, this allows interleaving audio earlier …
(edit) @54e40b9c   13 years michaelni ffmpeg: factorize duration calculation in transcode_video() …
(edit) @6e96ad82   13 years michaelni ffmpeg: make copy_tb tri state so the user can select either timebase …
(edit) @9d76cf0b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
(edit) @0275b75a   13 years mbradshaw BPP fix, YUVP9, 10, 16 support, make RGB24 default
(edit) @9dcd8b86   13 years Carl Eugen Hoyos Use correct context for av_log. Fixes ticket #695.
(edit) @c863d375   13 years michaelni movenc: replace cluster memset by zeroing only the needed field. …
(edit) @c8f0e88b   13 years martin rtpdec: Templatize the code for different g726 bitrate variants …
(edit) @bb8a6e03   13 years mans rv40: move loop filter to rv34dsp context Signed-off-by: Mans …
(edit) @77af2672   13 years michaelni lavc: Fix side data handling for audio decoders. Signed-off-by: …
(edit) @11828b88   13 years michaelni nellymoserdec: Use sidedata to support mid stream sample rate changes. …
(edit) @957a593   13 years michaelni flvdemux: export flags for nellymoser through side data. …
(edit) @c3f9ebf7   13 years anton lavf: make av_set_pts_info private. It's supposed to be called only …
(edit) @8f025f2f   13 years michaelni avfilter: align allocated images to 32 for AVX and IFF Signed-off-by: …
(edit) @fd3e75d2   13 years michaelni lavc: horizontal align for IFF Signed-off-by: Michael Niedermayer …
(edit) @8d5078c1   13 years michaelni ac3probe: Change threshold from 500 to 200 to keep in sync with mp3. …
(edit) @b51eaf3b   13 years michaelni mp3probe: Detect mp3 stronger with just 200 frames, this should speed …
(edit) @06d7325a   13 years martin rtpdec: Add support for G726 audio This requires using a separate …
(edit) @25836606   13 years martin rtpdec: Add an init function that can do custom codec context …
(edit) @dd32a30   13 years michaelni wmall: fix return type of dump_int_buffer() Found-by: Dominique …
(edit) @4710993   13 years michaelni movenc: memset(0) new cluster elements after realloc() Signed-off-by: …
(edit) @dae7ff04   13 years michaelni wmall: remove tabs that leaked in from a merge and seem to have …
(edit) @7bb3e625   13 years anton avconv: make copy_tb on by default. I.e. on streamcopy set output …
(edit) @c98c1f43   13 years anton matroskadec: don't set codec timebase. It's not supposed to be set …
(edit) @d3e3ffa   13 years anton rmdec: don't set codec timebase. It's not supposed to be set outside …
(edit) @741a05a2   13 years anton avconv: compute next_pts from input packet duration when possible.
(edit) @20922325   13 years anton lavf: estimate frame duration from r_frame_rate. If r_frame_rate is …
(edit) @91b412e7   13 years anton avconv: update InputStream.pts in the streamcopy case. This was …
(edit) @b55dd10d   13 years michaelni Fix typeo in some rarely used memoization Signed-off-by: Michael …
(edit) @d31c68a7   13 years michaelni removes spurious warning Signed-off-by: Michael Niedermayer …
(edit) @c40a35f8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo3: …
(edit) @23b4f355   13 years michaelni ffmpeg.c use b:v for video bitrates using a target it's more …
(edit) @b6ffe441   13 years Clément Bœsch ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.
(edit) @70769677   13 years Reimar.Doeffinger Consistently use %ifdef ARCH_X86_64 One out of 3 places used ifndef, …
(edit) @464ccb01   13 years alex.converse indeo3: check per-plane data buffer against input buffer bounds. …
(edit) @551b9eb9   13 years michaelni docs: Spelling fixes to 9 texi files from /doc credits to: Violet Lin …
(edit) @b0a90c20   13 years michaelni faq.texi: fix spelling errors credits to: Philip (from Google …
(edit) @aadbf9f7   13 years michaelni developer.texi: fix spelling errors credits to: KayC (from Google …
(edit) @1c212a6   13 years michaelni general.texi: fix spelling errors credits to: Samuel M (from Google …
(edit) @4b4a02b8   13 years michaelni lavc: dont call set_dimensions() on h264 codec init. This fixes …
(edit) @81a65b82   13 years Clément Bœsch swr: handle correctly muted channel with u8 sample fmt.
(edit) @9cdf048a   13 years michaelni movenc: Remove unneeded chunkSize field from MOVIentry Signed-off-by: …
(edit) @313d30c1   13 years michaelni avutil: revert project name messing Signed-off-by: Michael …
(edit) @6ffdc262   13 years michaelni ac3enc: clenaup project name in one comment Signed-off-by: Michael …
(edit) @fdab793a   13 years alex.converse avconv: Handle audio sync for non-S16 sample formats. Also fix …
(edit) @39a7a5b8   13 years rsbultje pthread: don't increment index on zero-sized packets. The next call …
(edit) @fc09bf57   13 years michaelni movenc: Write file with minimal number of chunks for the given …
(edit) @4dcd1a31   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ac47e014   13 years alex.converse adtsenc: Check frame size. Inspired by work from: Michael Niedermayer …
(edit) @a2780518   13 years alex.converse txd: Fix order of operations.
(edit) @b94a3b28   13 years mans APIchanges: fill in some blanks Signed-off-by: Mans Rullgard …
(edit) @4b03d960   13 years michaelni ffv1dec: use PIX_FMT_0RGB32 when there is no transparency plane …
(edit) @2027d07   13 years michaelni ffv1dec: transparency plane support. Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.