source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb8de45c   14 years Aurélien Jacobs nsv: simplify probe function
(edit) @223694b4   14 years Aurélien Jacobs nsv: return error code instead of discarding it in read_header()
(edit) @058d0363   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @21d5de93   14 years michaelni H264: Reduce pointless diffs to qatar Signed-off-by: Michael …
(edit) @f0e9ee8d   14 years michaelni Revert "H264: Split out hl_motion and template it, this seems a bit …
(edit) @3fe6bbd5   14 years stefano.sabatini-lala libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
(edit) @c5354942   14 years stefano.sabatini-lala avfiltergraph: make the AVFilterInOut alloc/free API public This is …
(edit) @6119b23   14 years stefano.sabatini-lala avfiltergraph: change the syntax of avfilter_graph_parse() Make it …
(edit) @86909dd5   14 years stefano.sabatini-lala graphparser: prefer void * over AVClass * for log contexts
(edit) @33eac92   14 years michaelni h264: Complexify frame num gap shortening code By observation it did …
(edit) @53781bf1   14 years michaelni Update todo All the known bugs in h264 are fixed so I'm calling it …
(edit) @225083ac   14 years michaelni mpeg12: replace 2 asserts by av_assert0 Signed-off-by: Michael …
(edit) @de859358   14 years anton cmdutils: add missing NULL check in parse_options() Fix ffplay -i …
(edit) @2f2c6040   14 years anton x11grab: remove a memory allocation and the associated memcpy. …
(edit) @d127d269   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @2291e18   14 years michaelni Fix --disable-everything Breakage was due to ff_find_pix_fmt() usage. …
(edit) @151c5841   14 years mans build: fix "make install" with documentation disabled Signed-off-by: …
(edit) @623ffe8c   14 years mans build: simplify some conditional targets Use intermediate targets …
(edit) @e8876902   14 years Clément Bœsch resample: clarify supported resampling. This also fix a crash on 8ch …
(edit) @d468ed03   14 years stefano.sabatini-lala lavfi: fix signature for avfilter_graph_parse() and …
(edit) @f5901fd3   14 years stefano.sabatini-lala avfiltergraph: use meaningful error codes
(edit) @7aa59471   14 years michaelni Revert "ac3: there was no libav in 2010 thus this code cannot be from …
(edit) @45fb6474   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @39dbe9b6   14 years michaelni Fix -t option for formats which holds dts and no pts Signed-off-by: …
(edit) @36204ed8   14 years michaelni dnxhd: Renama tables
(edit) @d3cef0a8   14 years michaelni Extract rotation in MOV metadata
(edit) @19d824e4   14 years alex.converse bitstream: Properly promote av_reverse values before shifting.
(edit) @0fd82fed   14 years michaelni pixfmt: Replace 9/10bit deprecation by a technical explanation. …
(edit) @103278f7   14 years rsbultje libavutil/swscale: YUV444P10/YUV444P9 support. Also add missing glue …
(edit) @c149843b   14 years rsbultje H.264: Fix high bit depth explicit biweight Signed-off-by: Ronald S. …
(edit) @6c031a33   14 years rsbultje h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. The tc variable …
(edit) @919d7a34   14 years diego Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
(edit) @aecc596a   14 years justin.ruggles Update copyright year for ac3enc_opts_template.c. The code was …
(edit) @f74e5b76   14 years diego adts: Adjust frame size mask to follow the specification. This fixes …
(edit) @16c9e671   14 years stefano.sabatini-lala APIchanges: fill hash for the …
(edit) @79a0ec1   14 years stefano.sabatini-lala lavfi: avfilter_merge_formats: handle case where inputs are same This …
(edit) @989184fe   14 years stefano.sabatini-lala lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.c …
(edit) @c3819600   14 years stefano.sabatini-lala lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()
(edit) @c6d7fc27   14 years stefano.sabatini-lala APIchanges: remove duplicated entry
(edit) @2caaa791   14 years stefano.sabatini-lala APIchanges: fill in dates and numbers Since some minor bump were not …
(edit) @a5825b22   14 years stefano.sabatini-lala APIchanges: remove duplicated entry Remove duplicated entry regarding …
(edit) @e0ce971   14 years stefano.sabatini-lala APIchanges: correctly interleave entries
(edit) @bd77a5e   14 years stefano.sabatini-lala APIchanges: add entry for av_force_cpu_flags() addition
(edit) @ace0a5e2   14 years stefano.sabatini-lala lavf: bump minor after the addition of fps_probe_size to AVFormatContext
(edit) @62519c61   14 years stefano.sabatini-lala lavc: bump minor after the addition of AVCodecContext.request_sample_fmt
(edit) @d16cccac   14 years martin movenc: Add RTP muxer/hinter options Signed-off-by: Martin Storsjö …
(edit) @f3f8229   14 years martin movenc: Pass the RTP AVFormatContext to the SDP generation …
(edit) @e2e29c62   14 years martin rtspenc: Add RTP muxer options Signed-off-by: Martin Storsjö …
(edit) @6cf09bb7   14 years martin rtspenc: Add an AVClass for setting muxer specific options …
(edit) @ff0824f7   14 years martin rtpenc_chain: Pass the rtpflags options through to the chained muxer …
(edit) @635fac9a   14 years martin rtpenc: Declare the rtp flags private AVOptions in rtpenc.h This …
(edit) @9c434ce8   14 years martin sdp: Reindent after the previous commit Signed-off-by: Martin Storsjö …
(edit) @08321228   14 years martin rtpenc: MP4A-LATM payload support This is enabled with an AVOption on …
(edit) @cb7c11cc   14 years martin avoptions: Add an av_opt_flag_is_set function for inspecting flag …
(edit) @0558e266   14 years martin sdp: Allow passing an AVFormatContext to the SDP generation Options …
(edit) @f33a6a22   14 years anton mov: Fix wrong timestamp generation for fragmented movies that have …
(edit) @d8999306   14 years anton mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. Fixes …
(edit) @7b8ec38d   14 years michaelni ac3: there was no libav in 2010 thus this code cannot be from libav. …
(edit) @2ec77aae   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @af2faf20   14 years rsbultje swscale: split YUYV output out of yuv2packed[12X]_c(). This is part …
(edit) @6a137dde   14 years michaelni dict: This code was developed in ffmpeg and not libav, nor by libav …
(edit) @996bbdbf   14 years anton lavf: make compute_pkt_fields2() return meaningful error values …
(edit) @46544204   14 years anton matroskadec: set timestamps for RealAudio packets. Improves seeking …
(edit) @8e84c072   14 years anton intelh263dec: aspect ratio processing fix. patch submitted by …
(edit) @95a05030   14 years anton intelh263dec: fix "Strict H.263 compliance" file playback fixes …
(edit) @c673c905   14 years anton oss,sndio: simplify by using FFMIN. Signed-off-by: Anton Khirnov …
(edit) @6b105e3e   14 years rsbultje swscale: extract monowhite/black output from yuv2packed[12X]_c(). …
(edit) @6d4d483e   14 years rsbultje swscale: de-macro'ify RGB15/16/32 input functions. Inline functions …
(edit) @e2babb9b   14 years rsbultje swscale: rearrange code. This way the code in the file is less …
(edit) @85e9e3a9   14 years alex.converse movdec: Add support for the 'wfex' atom. The 'wfex' is just a …
(edit) @9a1b7912   14 years alex.converse ffmpeg.c: Add a necessary const qualifier
(edit) @ed8a5006   14 years alex.converse riff: Fix potential memleak. Make ff_get_wav_header() free existing …
(edit) @dbd31839   14 years rsbultje swscale: change 48bit RGB input macros to inline functions. Inline …
(edit) @f30ee657   14 years rsbultje swscale: change 9/10bit YUV input macros to inline functions. Inline …
(edit) @aa39f5f6   14 years rsbultje swscale: extract gray16 output functions from yuv2packed[12X](). This …
(edit) @f1e0b90c   14 years rsbultje swscale: use standard clipping functions. This generates better code …
(edit) @e458b536   14 years rsbultje swscale: merge macros that are used only once. This reduces source …
(edit) @6e5a8d3c   14 years rsbultje swscale: fix function declarations in swscale.c. Remove inline …
(edit) @a27db4c3   14 years rsbultje swscale: fix function declaration keywords in x86/swscale_template.c. …
(edit) @f9ecb849   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: crypto: …
(edit) @7b8ed831   14 years michaelni jpegdec: actually search for and parse RSTn Fixes Ticket267 …
(edit) @c8d0d8b   14 years michaelni crypto: Use av_freep instead of av_free This fixes a potential double …
(edit) @c1ad93c0   14 years michaelni Revert "crypto: fix potential double free" This reverts commit …
(edit) @1fe3bf3   14 years michaelni Revert "build: remove empty $(OBJS) target" This reverts commit …
(edit) @a71bcd1a   14 years martin crypto: Use av_freep instead of av_free This fixes a potential double …
(edit) @be20528c   14 years baptiste.coudurier aac: fix adts frame size mask, fix demuxer probing for some files.
(edit) @dbaba52e   14 years anton lavf: don't try to free private options if priv_data is NULL. This …
(edit) @47d2ca32   14 years stefano.sabatini-lala lavfi: handle NULL lists in avfilter_make_format_list
(edit) @9bcbb250   14 years rsbultje swscale: fix types of assembly arguments. This prevents the following …
(edit) @496d95c3   14 years rsbultje swscale: move two macros that are only used once into caller. This …
(edit) @9d84dfce   14 years rsbultje swscale: remove unused function. Use of this wrapper was removed in a …
(edit) @9e4cb03a   14 years Carl Eugen Hoyos Fix "mixed declarations and code" warnings.
(edit) @5bd6ec6d   14 years diego options: Add missing braces around struct initializer. This fixes the …
(edit) @b7847a3f   14 years diego mov: Remove leftover crufty debug statement with references to a local …
(edit) @a4855adc   14 years diego dvbsubdec: Fix compilation of debug code.
(edit) @d2d67e42   14 years anton Remove all uses of now deprecated metadata functions.
(edit) @d9f80ea   14 years anton Move metadata API from lavf to lavu. Rename it to AVDictionary, since …
(edit) @d552f616   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (28 …
(edit) @7d89f7cb   14 years michaelni crypto: fix potential double free
(edit) @1e9b3026   14 years michaelni libx264: fix double free
Note: See TracRevisionLog for help on using the revision log.