source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @db9f426c   12 years michaelni Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' * commit …
(edit) @a5f6720f   12 years michaelni Add QT CC track mux support Signed-off-by: Michael Niedermayer …
(edit) @ebfc212b   12 years michaelni dv1394: fix order of AVOption fields Signed-off-by: Michael …
(edit) @1475815a   12 years michaelni Apply again [916352f282855e3e4e86a39df9452fead2aa0771] that got lost …
(edit) @099786a6   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @f742c7b2   12 years michaelni lavf: fix integer overflow in rfps calculation Signed-off-by: Michael …
(edit) @bacebe1f   12 years michaelni avienc: force a valid timebase for video Signed-off-by: Michael …
(edit) @7669144a   12 years stefasab doc/platform: Comply With All Capitalized Words Convention
(edit) @4695ee71   12 years michaelni lavfi/fifo: add assert to ensure request was successfull. We would …
(edit) @304ebed5   12 years michaelni mpegts_probe: detect files with garbage at the begin. Fixes …
(edit) @8ac0f676   12 years justin.ruggles dcadec: allow the decoder to change the channel layout mid-stream
(edit) @93e27f86   12 years justin.ruggles cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
(edit) @8f173ef0   12 years justin.ruggles cook: move samples_per_frame from COOKSubpacket to where it is used
(edit) @7efbba2   12 years justin.ruggles cook: use av_get_channel_layout_nb_channels() instead of …
(edit) @d21b2e47   12 years justin.ruggles cook: reverse a condition so that the code makes more sense
(edit) @926e9d2   12 years justin.ruggles cook: remove unneeded COOKContext variable, sample_rate
(edit) @8aa5b8c5   12 years justin.ruggles cook: remove unneeded COOKContext variable, bit_rate
(edit) @3509eee1   12 years justin.ruggles cook: use AVCodecContext.channels instead of keeping a private copy
(edit) @a3145d0   12 years justin.ruggles bmvaudio: set channel layout at init() rather than validating it
(edit) @a38eadf7   12 years justin.ruggles atrac1: do not keep a copy of channel count in the private context
(edit) @4f56f9c4   12 years justin.ruggles dsicinaudio: set channels and channel layout
(edit) @ec2694d2   12 years justin.ruggles g722dec: set channel layout at initialization instead of validating it
(edit) @ee0e9678   12 years justin.ruggles amrwbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @b24a4449   12 years justin.ruggles amrnbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @a4202003   12 years justin.ruggles dca_parser: allow the parser to change the sample rate
(edit) @0366664e   12 years justin.ruggles lavc: check channel count after decoder init Ensures the decoder did …
(edit) @bb6941af   12 years justin.ruggles lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
(edit) @84e7d368   12 years michaelni mxfdec: Fix inferred misuses of enums This fixes CID 700457, 700458 …
(edit) @fec39d99   12 years Marton Balint ffplay: remove redundant !codec check Signed-off-by: Marton Balint …
(edit) @fdb93344   12 years Marton Balint ffplay: only initialize codec opts before using it Fixes Coverity CID …
(edit) @8cb74024   12 years Marton Balint ffplay: always free buffersink_params in configure_video_filters …
(edit) @09214f4   12 years Marton Balint ffplay: remove uneeded format filter, buffersink format is set …
(edit) @afd9e705   12 years Marton Balint ffplay: check for buffersink_params allocation success Signed-off-by: …
(edit) @abd49a7   12 years Marton Balint ffplay: always free inputs and outputs in configure_filtergraph Fixes …
(edit) @65f6c42a   12 years Marton Balint ffplay: fill the unused part of the window with black Should fix …
(edit) @00b70f8d   12 years Marton Balint ffplay: add update parameter to fill_rectangle Signed-off-by: Marton …
(edit) @e5cf100d   12 years michaelni mpegvideo_probe: check slice order Fixes: Enrique.mp3 Signed-off-by: …
(edit) @7fd9d49b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @add7513e   12 years michaelni Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' * commit …
(edit) @14f1fa56   12 years stefasab doc/filters: add "Notes on filtergraph escaping" section Should help …
(edit) @6204ea17   12 years michaelni rational: test add/sub too Signed-off-by: Michael Niedermayer …
(edit) @841bf0ef   12 years michaelni cmdutils: allow specifying the file for -report Signed-off-by: …
(edit) @7139f0e6   12 years Carl Eugen Hoyos Fix typo in platform documentation.
(edit) @bb9bc1fc   12 years onemda flicvideo: return more meaningful error codes Signed-off-by: Paul B …
(edit) @6a712e7f   12 years michaelni sws: bump micro for range bugfix Signed-off-by: Michael Niedermayer …
(edit) @25a21c58   12 years michaelni eval-test: add some otherwise untested functions. Signed-off-by: …
(edit) @54a48d2f   12 years Clément Bœsch lavfi: fix references to avfilter_* functions that don't exist anymore.
(edit) @010f1ce9   12 years onemda ffv1: assert that there is at least one slice Signed-off-by: Paul B …
(edit) @6b07830a   12 years janne-libav fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV Fixes typo in …
(edit) @fd6707ed   12 years Clément Bœsch lavfi/hue: add missing GPL dependency.
(edit) @5b4cae50   12 years Clément Bœsch LICENSE: update GPL filter list.
(edit) @f53112b6   12 years Clément Bœsch lavfi: remove hqdn3d libmpcodecs wrapper. The native filter was …
(edit) @adc39b28   12 years michaelni av_image_copy: check for av_image_get_linesize() failure. Fixes …
(edit) @6992b0bf   12 years michaelni utils: fix rounding of micro seconds Found-by: Johan Wessfeldt …
(edit) @fa8fcab1   12 years diego x86: h264_chromamc_10bit: drop pointless PAVG %define It is only used …
(edit) @02e42751   12 years diego avconv_opt, cmdutils: Add missing function parameter Doxygen
(edit) @c37322e6   12 years diego x86: Move optimization suffix to end of function names This …
(edit) @d8eda370   12 years diego x86: mmx2 ---> mmxext in function names
(edit) @38fdf725   12 years diego swscale: do not forget to swap data in formats with different …
(edit) @3a34ac6   12 years michaelni file: typo Found-by: ubitux Signed-off-by: Michael Niedermayer …
(edit) @31bf820a   12 years michaelni av_tempfile: document umask() issue Signed-off-by: Michael …
(edit) @1b216421   12 years stefasab lavfi/scale: avoid to print a NULL value in log message Fix possible …
(edit) @09ea482d   12 years michaelni Fix #1827, segfault with XXCH samples when downsampling. …
(edit) @be0b37c6   12 years stefasab lavf/avienc: fix/extend error message, in case of too large number of …
(edit) @f35d5f9   12 years stefasab lavf/avienc: enable debug log
(edit) @29a9e4d5   12 years stefasab lavfi/mp: drop the mp=rectangle filter All the rectangle features …
(edit) @9d478f38   12 years stefasab lavfi/drawbox: add "width" and "height" aliases for "w" and "h" options
(edit) @93399e9   12 years stefasab lavfi/drawbox: add thickness option
(edit) @84833b0   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacdec: …
(edit) @28c0678e   12 years michaelni Merge commit 'be923ed659016350592acb9b3346f706f8170ac5' * commit …
(edit) @4b874fc4   12 years michaelni Merge commit 'a65bdceb060628881578afb29df4eb222421381f' * commit …
(edit) @78ec407d   12 years michaelni Merge commit '652f5185945c8405fc57aed353286858df8d066f' * commit …
(edit) @9766d9c9   12 years michaelni Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' * commit …
(edit) @264f1234   12 years michaelni x86: Fix assembly with NASM Unlike YASM, NASM only looks for include …
(edit) @3174616f   12 years michaelni Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' * commit …
(edit) @976175fb   12 years michaelni probetest: fix possible use of uninitialized data Signed-off-by: …
(edit) @755038d0   12 years stefasab lavfi/drawbox: remove some unnecessary parentheses
(edit) @003bd88d   12 years stefasab lavfi/drawbox: reindent after previous commit
(edit) @1b3fdd97   12 years stefasab lavfi/drawbox: implement color=invert mode Based on a …
(edit) @652fab59   12 years stefasab lavfi/mp: drop wrapped field filter The filter has been ported to a …
(edit) @3c4aa506   12 years stefasab lavfi: add field filter The filter is a port of …
(edit) @5707af8d   12 years diego aacdec: Drop some unused function arguments
(edit) @9c167914   12 years diego x86: Fix assembly with NASM Unlike YASM, NASM only looks for include …
(edit) @dc239b3b   12 years onemda av_get_audio_frame_duration: add IAC Signed-off-by: Paul B Mahol …
(edit) @0e4d34e0   12 years michaelni pix_fmt_info: add 9/10 bit YUVA formats Signed-off-by: Michael …
(edit) @6c49562d   12 years michaelni tree-test: fix printf() types Signed-off-by: Michael Niedermayer …
(edit) @370e3972   12 years michaelni sws: fix handling of big endian alpha Signed-off-by: Michael …
(edit) @be923ed6   12 years diego x86: fmtconvert: port to cpuflags
(edit) @be2c456e   12 years diego x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags
(edit) @588fafe7   12 years diego x86: MMX2 ---> MMXEXT in macro names
(edit) @a65bdceb   12 years diego x86: mmx2 ---> mmxext in variable names
(edit) @652f5185   12 years diego x86: mmx2 ---> mmxext in comments and messages
(edit) @04581c8c   12 years diego x86: yasm: Use complete source path for macro helper %includes This …
(edit) @6860b408   12 years diego x86: include x86inc.asm in x86util.asm This is necessary to allow …
(edit) @1730dcf0   12 years stefasab doc/filters: fix typo in drawbox section
(edit) @b6248299   12 years stefasab doc/filters: itemize examples for drawbox, add an example, fix grammar
(edit) @2ed7e6cc   12 years stefasab lavfi/drawbox: extend syntax, accept named options
(edit) @b420b878   12 years stefasab lavfi/tinterlace: remove poll_frame() callback That interface is …
(edit) @7adc6002   12 years onemda av_get_audio_frame_duration: add G723_1 Signed-off-by: Paul B Mahol …
(edit) @7b378c2f   12 years onemda lavfi: remove yuvcsp and yvu9 libmpcodecs wrappers Same functionality …
Note: See TracRevisionLog for help on using the revision log.