source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3313b9cc   12 years Clément Bœsch lavc: remove unecessary a64enc include.
(edit) @286153ea   12 years Clément Bœsch lavfi/alphaextract: fix frame memleak.
(edit) @f566ac48   12 years michaelni avutil/frame: fix video buffer allocation The padding was lost during …
(edit) @be5c5c3   12 years stefasab tests/filter-metadata-scenedetect: update reference Fix reference …
(edit) @72a1257b   12 years stefasab tests/eval: fix reference after …
(edit) @2b27f7fb   12 years Clément Bœsch lavfi/thumbnail: replace frame unref with free. Fixes memleak spotted …
(edit) @f7ab23b0   12 years stefasab ffprobe: remove deprecated frame "reference" field
(edit) @db36ea5b   12 years stefasab lavfi/settb: add support for named options
(edit) @0407a79e   12 years stefasab lavfi/blackframe: add support for named options
(edit) @356922e2   12 years stefasab doc/filters: add bit-slicing example in lutyuv docs
(edit) @b2098d24   12 years stefasab lavu/eval: add bitor and bitand functions Warning note suggested by …
(edit) @d8dccf6   12 years michaelni lavfi: let gcc realign the stack on public graph driving functions …
(edit) @8d84e90c   12 years Clément Bœsch lavfi/delogo: 10l forgotten trailing NULL in shorthand. Regression …
(edit) @c9a51c29   12 years michaelni yadif: remove an 'm' from the LOAD macro definition Signed-off-by: …
(edit) @1d3b14ca   12 years michaelni yadif: remove repeated check on width The filter already checks that …
(edit) @7976d92d   12 years michaelni yadif: cosmetic indentation from previous commits Signed-off-by: …
(edit) @0a5814c9   12 years michaelni yadif: x86 assembly for 9 to 14-bit samples These smaller samples do …
(edit) @17e7b495   12 years michaelni yadif: x86 assembly for 16-bit samples This is a fairly dumb copy of …
(edit) @75c7e458   12 years eclipse7 Do not (re-)set libx264 parameter b_tff if interlaced encoding was not …
(edit) @639a9e2   12 years nicolas.george ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size.
(edit) @a77f4537   12 years michaelni lavfi/avcodec: deprecate remainders of the avcodec glue code Since …
(edit) @07d4f557   12 years michaelni append_packet_chunked: Remove unused initialization. Signed-off-by: …
(edit) @946cbf04   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @afb3fb33   12 years michaelni Merge commit 'f4281f457194a6a4489fbd7423e2ab2e13c6d4d9' * commit …
(edit) @7fff5781   12 years michaelni Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b' * commit …
(edit) @b64077be   12 years michaelni Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5' * commit …
(edit) @e1b10927   12 years Clément Bœsch fate: test both direct and indirect paths in delogo filter.
(edit) @9f1667ab   12 years Clément Bœsch fate: test both direct and indirect paths in hue filter.
(edit) @ecade984   12 years michaelni Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' * commit …
(edit) @8a0187e4   12 years Clément Bœsch fate: test both direct and indirect paths in hqdn3d and gradfun.
(edit) @3b2b636a   12 years Clément Bœsch lavfi: add perms and aperms filters.
(edit) @18369967   12 years michaelni Merge commit '556aab8f11b045a21182eee32413aa78d5c8539b' * commit …
(edit) @e066fb54   12 years michaelni Merge commit 'aa3c77998404cc32233cb76e961ca27db8565459' * commit …
(edit) @aef816f9   12 years michaelni Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6' * commit …
(edit) @e4e4add0   12 years Reimar.Doeffinger Add raw VC-1 muxer to match demuxer. This is admittedly kind of …
(edit) @5301aed9   12 years Reimar.Doeffinger vc1testenc: give muxer same name as demuxer Otherwise ffmpeg -formats …
(edit) @c3c3bc7   12 years Reimar.Doeffinger Make ff_win32_open more robust. - Make MultiByteToWideChar fail when …
(edit) @23426987   12 years Reimar.Doeffinger mpeg12: reduce hwaccel-related code duplication. Signed-off-by: …
(edit) @4750b05   12 years anton af_join: do not leak input frames.
(edit) @c2b9bd97   12 years anton asrc_anullsrc: return EOF, not -1
(edit) @f4281f45   12 years anton asrc_anullsrc: do not set samplerate and channel layout explicitly …
(edit) @e4a7b217   12 years anton vf_showinfo: remove its useless init function Filter private data is …
(edit) @4d67ff8e   12 years anton AVOptions: fix using named constants with child contexts. The named …
(edit) @9676b9a2   12 years anton AVOption: remove an unused function parameter.
(edit) @ef4d34aa   12 years anton filters.texi: restore mistakenly removed section name for noformat
(edit) @dd74e3ef   12 years anton avfiltergraph: use sizeof(var) instead of sizeof(type)
(edit) @42c7c61a   12 years anton avfiltergraph: replace AVFilterGraph.filter_count with nb_filters …
(edit) @556aab8f   12 years anton lavfi: use designated initializers in avfilter_class
(edit) @7d15cd4   12 years tempn changelog: add support for Monkey's Audio versions from 3.93
(edit) @bcd3eb3e   12 years michaelni lavd/v4l2: silence libv4l2 logging Signed-off-by: Michael Niedermayer …
(edit) @361319d0   12 years michaelni dpxenc: fix data offset Signed-off-by: Michael Niedermayer …
(edit) @b90912be   12 years nicolas.george lavd/lavfi: upgrade to AVFrame. Fix a memory leak because the compat …
(edit) @aa3c7799   12 years anton lavf: sanity check size in av_get/append_packet(). To avoid …
(edit) @a9b4248   12 years onemda lavc & lavf: replace deprecated av_log* functions Signed-off-by: Paul …
(edit) @3d751b1e   12 years michaelni yadif: correct strides in filter_edges_16bit The C code treats the …
(edit) @cd5f50a2   12 years michaelni avfilter: avoid direct access to AVFrame.channels Signed-off-by: …
(edit) @64308941   12 years michaelni mpegvideo: Fix exported qp table offest Found-by: wm4 Signed-off-by: …
(edit) @70c0ae91   12 years michaelni matroskadec: avoid integer overflow Found-by: wm4 Signed-off-by: …
(edit) @2265bb93   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: add …
(edit) @5be70f58   12 years michaelni Merge commit '9652d4fcfc9c07a726b35efc4ac644d9751b36d7' * commit …
(edit) @23179527   12 years michaelni Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620' * commit …
(edit) @9df0057   12 years michaelni Merge commit '3e175a2a550f5c2f788e8cd969052e10a5025a27' * commit …
(edit) @ca6c3f2c   12 years lu_zero lzo: fix overflow checking in copy_backptr() The check `src > dst' in …
(edit) @8425d693   12 years lu_zero flacdec: simplify bounds checking in flac_probe() Simplify `p->buf > …
(edit) @eba1ff31   12 years lu_zero atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, …
(edit) @c42e2625   12 years kostya.shishkov add support for Monkey's Audio versions from 3.93
(edit) @9652d4f   12 years kostya.shishkov ape: provide two additional bytes in buffer for old MAC versions …
(edit) @b164d66e   12 years kostya.shishkov ape: make version-dependent decoding functions called via pointers …
(edit) @81cf53e1   12 years anton mpegts: add support for stream_type 0x42, which is CAVS This allows …
(edit) @3e175a2a   12 years anton avconv: mark attachment streams as immediately finished There are …
(edit) @8a523cfa   12 years michaelni dsputil: remove non-8bpp draw_edge. It is never used. Signed-off-by: …
(edit) @46728338   12 years michaelni rv34: export qp table Signed-off-by: Michael Niedermayer …
(edit) @feac79ce   12 years michaelni rv10: export qp table Signed-off-by: Michael Niedermayer …
(edit) @0bcea7b5   12 years michaelni vf_pp: use new API to access qp table Signed-off-by: Michael …
(edit) @fa80967a   12 years michaelni mpeg1/2: export qp table Signed-off-by: Michael Niedermayer …
(edit) @ff9adf57   12 years michaelni mjpegdec: export qp table Signed-off-by: Michael Niedermayer …
(edit) @a0813e7f   12 years michaelni h263dec: export qp_table Signed-off-by: Michael Niedermayer …
(edit) @caff888   12 years michaelni avutil/frame: add AVBufferRef for qp table Signed-off-by: Michael …
(edit) @1edbeb35   12 years Clément Bœsch lavfi/ebur128: check histogram allocations.
(edit) @db670e53   12 years Clément Bœsch lavfi/ebur128: add framelog option.
(edit) @1f68bac5   12 years Clément Bœsch lavf/avio: fix two extreemly unreasonble typos.
(edit) @9bb25dbd   12 years stefasab examples/filtering_*: constify AVFrame * for print_frame() and …
(edit) @9076a6a9   12 years stefasab examples/filtering_audio: update to new API In particular, fix crash.
(edit) @f0da370a   12 years stefasab examples/filtering_video: update to new API In particular, fix crash.
(edit) @7a71544f   12 years nicolas.george lavfi/graphdump: fix output for unknown layouts.
(edit) @0eb56a08   12 years nicolas.george ffmpeg: add OPT_INPUT to -guess_layout_max.
(edit) @da397173   12 years nicolas.george ffmpeg: add OPT_OUTPUT to -to option. Fix trac ticket #2355.
(edit) @9ace0dbe   12 years Clément Bœsch lavfi/ebur128: use same ref for inputs and outputs. Fixes Ticket2342.
(edit) @870e6251   12 years michaelni mjpegdec: fix indention Signed-off-by: Michael Niedermayer …
(edit) @3c24fbbf   12 years michaelni jpegdec: be less picky on padding Fixes Ticket2353 Signed-off-by: …
(edit) @b066d902   12 years janne-libav vaapi: fix argument for ff_vaapi_common_end_frame call
(edit) @b76d8536   12 years michaelni lavc: make compilation of frame_thread_encoder.o optional. Only …
(edit) @4a88d81c   12 years michaelni dsputil: remove duplicate or unused functions. dct_bits is never set …
(edit) @49a514c1   12 years michaelni dsputil: unbreak compilation on sparc after 6802c70 Signed-off-by: …
(edit) @7e1efeb5   12 years michaelni MAINTAINERS: mention that people are welcome to pick up and maintain …
(edit) @2ffa9e61   12 years michaelni avdevice: bump major Our previous release (1.1) contained a version …
(edit) @cacbf64a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @13795dbb   12 years michaelni Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' * commit …
(edit) @a9ddb624   12 years michaelni Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e' * commit …
(edit) @fa92ee82   12 years michaelni Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' * commit …
Note: See TracRevisionLog for help on using the revision log.