source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bbb06345   10 years michaelni ffmpeg_opt: Creating new data stream for output format context …
(edit) @8123e19e   10 years michaelni avcodec/dcadec: Move remaining tables to dcadata.h Signed-off-by: …
(edit) @1567ec43   10 years michaelni avfilter/vsrc_mandelbrot: fix indention of mis-indented block …
(edit) @2a72b166   10 years michaelni avcodec/h264: use avpriv_find_start_code() in h264_split() This also …
(edit) @7d60baa8   10 years michaelni avformat/matroskaenc: add allow_raw_vfw and disable it by default …
(edit) @64e03698   10 years michaelni avutil/fixed_dsp: Use av_clip_int16() instead of the non optimized …
(edit) @e33b084e   10 years michaelni Merge commit 'ecbcebde344c9eaeb8877ba2c5d32eb3af621e7f' * commit …
(edit) @dfa7cb64   10 years michaelni Merge commit '36cf8eb4489f8709b5fb1cdb87e125ef53301c2f' * commit …
(edit) @d2223ec2   10 years michaelni Merge commit '2a9c6fae927964b5dd0b5d3d9292f5621bd21664' * commit …
(edit) @6c44dd6c   10 years michaelni Merge commit '8a213179aff0174d81b3e889134a3b4f7d21f5c3' * commit …
(edit) @877c038a   10 years michaelni Merge commit 'a96f51f29ac4cd95650a8bcda6c3d5d87c6357fa' * commit …
(edit) @ad0be703   10 years michaelni avcodec/dcaenc: rename DCA_SUBBANDS Fixes "warning: DCA_SUBBANDS …
(edit) @d8901c2f   10 years michaelni Merge commit 'b339019de4e5f4d3c661bbdba98ae248ab77e2f0' * commit …
(edit) @6998400c   10 years michaelni Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e' * commit …
(edit) @a94eba6f   10 years michaelni Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' * commit …
(edit) @a0fe1a25   10 years michaelni Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' * commit …
(edit) @4ab7eb0d   10 years u avfilter: bump minor and Changelog document the new filters
(edit) @bab4fceb   10 years u avfilter: add paletteuse filter
(edit) @9b96469   10 years u avfilter: add palettegen filter
(edit) @3cab173e   10 years u avcodec/gif: support crop and transparency with PAL8
(edit) @5f9986f5   10 years u avformat/gif: use first packet palette as global for PAL8 This will …
(edit) @adb9b235   10 years u avformat/gif: simplify gif_image_write_header() prototype
(edit) @088dfd3f   10 years onemda avcodec/dxtory: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @4177f501   10 years michaelni Merge commit '7769be590c7aeb2aad26ca723d105cf5203e33d2' * commit …
(edit) @3eec775b   10 years michaelni avformat/rtpdec_ac3: add AC3 RTP depacketization (RFC 4184) …
(edit) @ecbcebd   10 years diego vdpau: Adjust necessary #includes for vdpau_internal.h
(edit) @36cf8eb4   10 years diego mov: Fix compilation with DEBUG enabled
(edit) @2247051   10 years michaelni avformat/rtpdec_mpeg12: add robust MPEG audio depacketization (RFC …
(edit) @8ca098f4   10 years michaelni avcocdec/mpegaudio_parser: add MP3 ADU headers parser Reviewed-by: …
(edit) @2a9c6fae   10 years diego dca: Move all tables into dcadata.h
(edit) @8a213179   10 years diego dca: Remove trace debugging code
(edit) @a96f51f   10 years diego dca: Return more informative error codes
(edit) @b339019d   10 years diego dca: Split code for handling the EXSS extension off into a separate file
(edit) @bf704132   10 years diego Don't anonymously typedef structs
(edit) @7f9f771   10 years diego avcodec: Don't anonymously typedef structs
(edit) @daf8cf35   10 years diego avformat: Don't anonymously typedef structs
(edit) @7769be59   10 years diego vp56: Return meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @b5339498   10 years michaelni x86: hevc: remove a parameter to WP internals The second stride is …
(edit) @a196e0c6   10 years michaelni avcodec/vc1_pred: few branchless optimizations This is also simpler …
(edit) @3b5ad8fb   10 years michaelni avcodec/parser: optimize ff_mpeg4video_split() Signed-off-by: Michael …
(edit) @ba22295   10 years onemda lavc: deprecate VIMA decoder Signed-off-by: Paul B Mahol …
(edit) @9ccc4eed   10 years michaelni avformat/matroskaenc: Do not use native mode for raw RGB This fixes …
(edit) @e2fb12b   10 years michaelni avformat/matroskaenc: fix handling of VFW style raw rgb raw rgb uses …
(edit) @ad1549ae   10 years michaelni avformat/mov: print a warning if parsing udta failed Signed-off-by: …
(edit) @ac7fc444   10 years michaelni avcodec/apedec: simplify sign conversion Signed-off-by: Zeng Zhaoxiu …
(edit) @b11a1875   10 years michaelni avcodec/golomb: simplify sign conversion Signed-off-by: Zeng Zhaoxiu …
(edit) @0073c8e   10 years michaelni avcodec/apedec: move 'coeffs[256] and delay[256]' into, …
(edit) @9e6198f0   10 years michaelni avcodec/wmalosslessdec: simplify Signed-off-by: Michael Niedermayer …
(edit) @80f13780   10 years michaelni avcodec/wmalosslessdec: optimize sign operation Signed-off-by: Zeng …
(edit) @bc0a440e   10 years michaelni avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to …
(edit) @e4ea84e1   10 years michaelni avcodec/wmv2: simplify cbp_table_index calculation Signed-off-by: …
(edit) @b4b9a64b   10 years michaelni avcodec/vc1: simplify vc1_split() Signed-off-by: Michael Niedermayer …
(edit) @b39ac9d2   10 years michaelni avcodec/vc1: simplify find_next_marker() Signed-off-by: Zeng Zhaoxiu …
(edit) @3e27149   10 years michaelni Merge commit 'eea769df322fac2601a96db195fa7dc8d12a8fbc' * commit …
(edit) @c74b3983   10 years michaelni Merge commit 'faa8ffda2c513573733624784f0a7d0a4959d33e' * commit …
(edit) @8bb489f   10 years onemda fate: add wavpack encoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @eea769df   10 years anton hevc: Use generic av_clip function, not C implementation hevc seems …
(edit) @faa8ffda   10 years anton doc/APIchanges: fill in missing dates and hashes Also, move a …
(edit) @849ad517   10 years michaelni avformat/mov: Heuristically detect raw udta Fixes tkhd+moov fragment …
(edit) @c7ad1f56   10 years michaelni avformat/rtsp: parse lang attribute in SDP Reviewed-by: Thomas …
(edit) @af940e6c   10 years michaelni avformat/rtpdec: add T.140 RTP depacketization (RFC 4103) …
(edit) @afb0e5a8   10 years michaelni avformat/rtsp: allow receiving subtitles via RTP Reviewed-by: Thomas …
(edit) @33650e0e   10 years michaelni avformat/mpegtsenc: Do not create invalid files from annex b streams …
(edit) @b6f577db   10 years michaelni rtpdec_hevc: correct parsing of aggregated packets reported by tim …
(edit) @1679d68d   10 years James x86/hevc_mc: optimize AVX2 mc functions Before 40766 decicycles in …
(edit) @14b44c16   10 years James x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32 …
(edit) @7862325f   10 years michaelni avformat/matroskadec: fix IGNIDX handling Just because the user …
(edit) @cab63025   10 years michaelni avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared …
(edit) @cac2295b   10 years michaelni matroska: redo seekhead handling In particular, this reads chained …
(edit) @a5c9bef   10 years clement README: add ffserver
(edit) @e1ca695d   10 years clement README: fix analisys/analysis typo
(edit) @60bb893   10 years michaelni LICENSE.md: Formatting updates Put filenames and configuration …
(edit) @98437465   10 years michaelni avcodec/mpegvideo_enc: correctly initialize chroma_intra_matrix for …
(edit) @0bcb040a   10 years michaelni avcodec/mpegvideo_enc: Consider chroma_intra_matrix in …
(edit) @7d24ccaf   10 years michaelni fate: mjpeg trellis test Signed-off-by: Michael Niedermayer …
(edit) @7cac568b   10 years michaelni avcodec/mjpegenc: support trellis quantization Signed-off-by: Michael …
(edit) @7366bb38   10 years michaelni avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be …
(edit) @194165ae   10 years michaelni cmdutils: fix success path Since commit …
(edit) @edf217eb   10 years onemda avfilter: add dcshift filter Signed-off-by: Paul B Mahol …
(edit) @a05a7373   10 years michaelni avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N2 …
(edit) @ac494e5a   10 years onemda avformat/isom: add X-Com Radvision fourcc Fixes bug #4303. …
(edit) @3a8801e   10 years onemda Changelog: mention more ported filters Signed-off-by: Paul B Mahol …
(edit) @23849339   10 years michaelni ffmpeg: Print negative times like "-00:05:01.22" instead of …
(edit) @08509c8f   10 years michaelni avcodec/mjpegdec: Skip blocks which are outside the visible area …
(edit) @2924514   10 years michaelni Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' * commit …
(edit) @b61170f5   10 years michaelni Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213' * commit …
(edit) @702cf8d0   10 years michaelni Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c' * commit …
(edit) @1cca1248   10 years michaelni Merge commit '0232ba62a28527579e34d44700b48017cc727e5f' * commit …
(edit) @26db9d3b   10 years lou doc/ffmpeg: Document frame_drop_threshold
(edit) @838c755f   10 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @133d8153   10 years michaelni avutil/error: list most common error code in error_entries when …
(edit) @d47eeff2   10 years u tests: drop bc dependency We already have a dependency on awk and bc …
(edit) @9deaec78   10 years anton lavf: move internal fields from public to internal context This is …
(edit) @1509c018   10 years anton mpegts: relax restrictions on matching the packet start in read_header …
(edit) @ef1ccea9   10 years Marton Balint ffplay: factorize thread starting and stopping code into decoder …
(edit) @d6910c4b   10 years Marton Balint ffplay: make eof part of videostate and signal it when opening a …
(edit) @68850090   10 years Marton Balint ffplay: update frame timer based on last updated clock time when …
(edit) @8b77c4d   10 years michaelni avfilter: Add repeatfields filter (Port of mp=softpulldown) …
(edit) @8d5a850   10 years michaelni libavutil: camellia: remove unwanted memory loads lavu CAMELLIA …
(edit) @7fc33dca   10 years michaelni libavformat: DNxHD in .mov, switch unspecified color_range to mpeg …
Note: See TracRevisionLog for help on using the revision log.