source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dec9800   12 years Clément Bœsch lavf: do not make a hard dep on internal subtitles helpers.
(edit) @ad985671   12 years michaelni mpegvideo_enc: remove stray semicolon Fixes CID991857 Signed-off-by: …
(edit) @f1c3d8b3   12 years michaelni avutil/add_to_pool: remove unused assgnment Fixed CID991859 …
(edit) @b619a548   12 years michaelni alac: Fix order of values in comment Signed-off-by: Michael …
(edit) @8d0da20c   12 years michaelni avidec: fix duration and bitrate of truncated files Signed-off-by: …
(edit) @4d16ba2d   12 years onemda ffplay: silence warning of mixed enumeration types Signed-off-by: …
(edit) @69e93792   12 years michaelni lavf/mxfdec: read field dominance flag Signed-off-by: Michael …
(edit) @97f8c6e1   12 years michaelni pthread: update all get_buffer checks for get_buffer2 This restores …
(edit) @55bb8f45   12 years Carl Eugen Hoyos Fix Makefile dependency for the dvd_nav parser. Fixes compilation for …
(edit) @e4f5aa5e   12 years Carl Eugen Hoyos Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.
(edit) @6128d339   12 years michaelni AVFrame.pkt_dts: improve docs Related to Ticket2375 Signed-off-by: …
(edit) @0e02a519   12 years michaelni segment: copy metadata Fixes Ticket2230 Signed-off-by: Michael …
(edit) @823efd92   12 years michaelni Fix termination of mov_ch_layouts_wav array lookup Problem found …
(edit) @9c22039c   12 years michaelni doc: Document the order in which avoid_negative_ts is applied compared …
(edit) @aafbfb1c   12 years michaelni doc: try to improve avoid_negative_ts documentation Signed-off-by: …
(edit) @4b35be32   12 years Clément Bœsch lavc: fix avpacket memleak with subtitles recoding.
(edit) @fdca977a   12 years michaelni libavdevice sdl: added window_fullscreen option to switch SDL output …
(edit) @58bc6595   12 years michaelni libavcodec/proresdec.h: fix license header This was somehow missed …
(edit) @cea3a63b   12 years michaelni avutil/buffer: Fix race in pool. This race will always happen sooner …
(edit) @73ef1275   12 years michaelni append_packet_chunked: remove outcommented code our variant works …
(edit) @0163ad66   12 years michaelni mpeg2: 12LSB w/h of 0 is not allowed in compliant videos thus this …
(edit) @330e4407   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @523c8e05   12 years michaelni Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385' * commit …
(edit) @35862807   12 years anton print_options: do not generate docs for options without enc or dec …
(edit) @ce0124ac   12 years anton mpeg12: do not fail on zero dimensions in the sequence header. The …
(edit) @50c449ac   12 years lu_zero iff: validate CMAP palette size Fixes CVE-2013-2495 Found-by: …
(edit) @d1bec33b   12 years lu_zero asfenc: return error on negative timestamp According to the …
(edit) @6abb554f   12 years Clément Bœsch lavc,lavu: fix two doxy mixup between h/v chroma shift.
(edit) @c10b5797   12 years Clément Bœsch lavfi/pad: fix horizontal/vertical shift confusion.
(edit) @fbd3ee91   12 years michaelni avutil/frame: typo found by ubitux Signed-off-by: Michael Niedermayer …
(edit) @3dc25c3a   12 years michaelni avutil/frame: document alignment and padding requirements …
(edit) @76d1c07c   12 years Clément Bœsch lavfi/ebur128: add metadata injection.
(edit) @29e0357a   12 years michaelni aasc: fix pointer vs value error Fixes Ticket2365 Signed-off-by: …
(edit) @8152451b   12 years michaelni buffersrc: fix w/h error Found-by: nevcairiel Signed-off-by: Michael …
(edit) @519ebb5e   12 years michaelni rmdec: flush audio packet on seeking Fixes Ticket1605 Signed-off-by: …
(edit) @ef3c8883   12 years michaelni doc/developer: Add "security fixes" to the release process steps …
(edit) @36258f98   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: fate: …
(edit) @c603f226   12 years michaelni avutil/get_pool: remove dead operations whichs result is never used. …
(edit) @e3be7b11   12 years michaelni avutil/get_pool: Remove redundant initial atomic operation 602->442 …
(edit) @ec7fc7b7   12 years nicolas.george fate: add a test for -filter_complex / -lavfi without input.
(edit) @40ea006b   12 years nicolas.george ffmpeg: make -lavfi an alias for -filter_complex.
(edit) @9cde9f70   12 years michaelni mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller …
(edit) @975fbd43   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @fa7031ad   12 years michaelni h264_refs: fix typo in refs fallback check Fixes regression since …
(edit) @5787a716   12 years stefasab lavfi/swapuv: remove deprecated base field use
(edit) @5fe542d7   12 years stefasab ffplay: remove options skiploop, skipidct, skipframe The …
(edit) @f7d1a18c   12 years stefasab ffplay: remove unused variable "codec" Fix warning: ffplay.c: In …
(edit) @171bd38e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ac1cea55   12 years michaelni Merge commit '23f4c5acc438366d84cacf49e33b0bcd72f04937' * commit …
(edit) @7e6c67dd   12 years nicolas.george lavfi/buffersink: fix header. Move non-obsolete functions, structures …
(edit) @a5149607   12 years nicolas.george lavfi/buffersrc: disable deprecated warnings.
(edit) @f29c28a8   12 years nicolas.george lavfi/buffersrc: check channel count changes.
(edit) @79b18357   12 years onemda sndio_dec: add missing #include for av_gettime() Signed-off-by: Paul …
(edit) @3cd34263   12 years nicolas.george lavfi/buffersrc: set channel layout if it is known. Introduced in …
(edit) @65528080   12 years anton lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers …
(edit) @9f95e355   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add …
(edit) @0f955346   12 years michaelni h264_qpel: fix another forgotten int stride Signed-off-by: Michael …
(edit) @3313b9cc   12 years Clément Bœsch lavc: remove unecessary a64enc include.
(edit) @e96175ad   12 years Marton Balint ffplay: add -af option Based on a patch by Stefano Sabatini …
(edit) @738487f8   12 years Marton Balint ffplay: use refcounted frames for audio Signed-off-by: Marton Balint …
(edit) @9eafdd51   12 years Marton Balint ffplay: use frame->pts if available for setting the audio clock …
(edit) @1822519d   12 years Marton Balint ffplay: restructure audio stream opening code Preparation for -af …
(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) @23f4c5ac   12 years siretart document the release process
(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: …
Note: See TracRevisionLog for help on using the revision log.