2010-06-24 |
Thad Ward | Set an opaque alpha value when decoding rgba ffv1.
|
commit | commitdiff | tree |
2010-06-22 |
Benoit Fouet | Add missing parentheses in MKTAG and MKBETAG macros.
|
commit | commitdiff | tree |
2010-06-11 |
Benoit Fouet | Improve rule for possibly never read variables.
|
commit | commitdiff | tree |
2010-06-10 |
Benoit Fouet | Cosmetics: alignment and long line break.
|
commit | commitdiff | tree |
2010-06-10 |
Benoit Fouet | Cosmetics: use and place braces correctly in if .....
|
commit | commitdiff | tree |
2010-06-10 |
Benoit Fouet | Sanitize av_realloc() use in h264 mp4toannexb bistream...
|
commit | commitdiff | tree |
2010-05-19 |
Maxim Poliakovski | Fix signedness of q_delta field of the IVIMbInfo.
|
commit | commitdiff | tree |
2010-05-17 |
Benoit Fouet | Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
|
commit | commitdiff | tree |
2010-05-10 |
Thomas Devanneaux | Check NAL unit size to avoid reading past the buffer.
|
commit | commitdiff | tree |
2010-04-13 |
Jean-Daniel Dupas | Do not probe when the format is known.
|
commit | commitdiff | tree |
2010-04-12 |
Michael Kaufmann | Extradata length checks for Huffyuv.
|
commit | commitdiff | tree |
2010-04-06 |
Craig Thomasson | Fix segfault when encoder initialization fails.
|
commit | commitdiff | tree |
2010-04-01 |
Takashi Mochizuki | Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
|
commit | commitdiff | tree |
2010-04-01 |
Howard Chu | Fix flvdec start-of-frame.
|
commit | commitdiff | tree |
2010-03-30 |
Benoit Fouet | Replace @returns by @return.
|
commit | commitdiff | tree |
2010-03-24 |
Tomas Härdin | Mask away AVSEEK_FORCE properly in some checks in url_fseek()
|
commit | commitdiff | tree |
2010-03-19 |
Anton Khirnov | ffmpeg.c: copy chapters by default.
|
commit | commitdiff | tree |
2010-03-17 |
Alexis Ballier | qtrleenc: add rgb555 output
|
commit | commitdiff | tree |
2010-03-15 |
Benoit Fouet | Remove avcodec_thread_execute from avcodec.h, and make...
|
commit | commitdiff | tree |
2010-03-15 |
Anton Khirnov | riff: don't pad extradata when writing ASF.
|
commit | commitdiff | tree |
2010-03-10 |
Benoit Fouet | Fix ffm_close return type.
|
commit | commitdiff | tree |
2010-03-08 |
Vladimir Pantelic | Use ASF supports "markers" which are a name and a time...
|
commit | commitdiff | tree |
2010-03-08 |
Alexis Ballier | targeenc: fix rgb555 encoding on big endian systems.
|
commit | commitdiff | tree |
2010-03-05 |
Benoit Fouet | Cosmetics: fix vertical alignment.
|
commit | commitdiff | tree |
2010-03-05 |
Janusz Krzysztofik | Update SW scaler doc after libswscale commit 30841.
|
commit | commitdiff | tree |
2010-03-05 |
Janusz Krzysztofik | libswscale: Extend the unaccelerated path of the unscaled...
|
commit | commitdiff | tree |
2010-03-05 |
Janusz Krzysztofik | Add initial support for 12-bit color mode.
|
commit | commitdiff | tree |
2010-03-01 |
Anton Khirnov | nutdec: make chapter start and length uint64_t to prevent...
|
commit | commitdiff | tree |
2010-03-01 |
Anton Khirnov | ffmpeg: copy stream metadata.
|
commit | commitdiff | tree |
2010-02-26 |
Francesco Cosoleto | Prevent overflow of start_time + recording_time.
|
commit | commitdiff | tree |
2010-02-26 |
Benoit Fouet | Fix typos in ref_index documentation.
|
commit | commitdiff | tree |
2010-02-25 |
Anton Khirnov | asfenc: write tags in proper UTF-16.
|
commit | commitdiff | tree |
2010-02-25 |
Anton Khirnov | asfenc: simplify writing of comment header.
|
commit | commitdiff | tree |
2010-02-25 |
Anton Khirnov | asfdec: don't strip the "WM/" prefix, this should be...
|
commit | commitdiff | tree |
2010-02-25 |
Benoit Fouet | asf: indent.
|
commit | commitdiff | tree |
2010-02-25 |
Benoit Fouet | asf: add more entries to metadata conv table.
|
commit | commitdiff | tree |
2010-02-24 |
Benoit Fouet | asfdec: skip byte array tags.
|
commit | commitdiff | tree |
2010-02-24 |
Benoit Fouet | asfdec: add a debug message about skipped tags.
|
commit | commitdiff | tree |
2010-02-24 |
Benoit Fouet | asfdec: fix a memleak.
|
commit | commitdiff | tree |
2010-02-24 |
Benoit Fouet | asfdec: only unicode tags must have even length.
|
commit | commitdiff | tree |
2010-02-08 |
Wolfram Gloger | Stop reading input file when -t option value is reached.
|
commit | commitdiff | tree |
2010-01-28 |
Rafaël Carré | Initialize thread_context[0] with h264 parser context.
|
commit | commitdiff | tree |
2010-01-28 |
Daniel Kristjansson | Use av_mallocz in url_open_protocol for URLContext.
|
commit | commitdiff | tree |
2010-01-21 |
Martin Storsjö | Make output-example.c handle AAC audio.
|
commit | commitdiff | tree |
2010-01-19 |
Alexis Ballier | Make const prototypes for input sources of sws_scale_...
|
commit | commitdiff | tree |
2010-01-13 |
Tomas Härdin | Check there is a stream before writing header.
|
commit | commitdiff | tree |
2009-11-13 |
Mike Scheutzow | Reset rbsp buffer size when freeing its data buffer.
|
commit | commitdiff | tree |
2009-10-30 |
Etienne Buira | Issue an error when forced format cannot be honored.
|
commit | commitdiff | tree |
2009-10-27 |
Benoit Fouet | Fix indentation.
|
commit | commitdiff | tree |
2009-10-27 |
Benoit Fouet | Only memset for palettes of 16 elements.
|
commit | commitdiff | tree |
2009-10-22 |
Samuli Valo | Fixes detection and error reporting of non-existing...
|
commit | commitdiff | tree |
2009-10-20 |
avcoder | Remove SHIFT_TEMPS from jfdct code.
|
commit | commitdiff | tree |
2009-10-20 |
Benoit Fouet | Make url_resetbuf() assert on wrong flags passed and...
|
commit | commitdiff | tree |
2009-10-01 |
Benoit Fouet | Fix indentation after last commit.
|
commit | commitdiff | tree |
2009-10-01 |
Anne-Laure de Smit | Add support for TARGA images without RLE compression.
|
commit | commitdiff | tree |
2009-09-11 |
Lars Täuber | Make get_ur_golomb capable of reading 16 bit values.
|
commit | commitdiff | tree |
2009-09-11 |
Lars Täuber | Fix a typo in the documentation.
|
commit | commitdiff | tree |
2009-08-05 |
Benoit Fouet | Add a Changelog entry for noX handling for OPT_BOOL X.
|
commit | commitdiff | tree |
2009-08-04 |
Benoit Fouet | Make 'stats' a bool option again.
|
commit | commitdiff | tree |
2009-08-03 |
Benoit Fouet | Handle noX for OPT_BOOL X.
|
commit | commitdiff | tree |
2009-07-28 |
Martin Storsjö | Fix typo in MinGWCE support in configure.
|
commit | commitdiff | tree |
2009-07-27 |
Martin Storsjö | Only consider -1 as an error return value for open().
|
commit | commitdiff | tree |
2009-07-15 |
Art Clarke | Only free '*ic_ptr' when a caller has pre-allocated...
|
commit | commitdiff | tree |
2009-07-08 |
Phil Rutschman | Add block_align to sox input.
|
commit | commitdiff | tree |
2009-07-08 |
Art Clarke | Fix mem leak when user preallocates an AVFormatContext...
|
commit | commitdiff | tree |
2009-06-17 |
Benoit Fouet | Remove a test on an always false condition.
|
commit | commitdiff | tree |
2009-05-20 |
Martin Storsjö | Use IF1 frame sizes in AMR-WB.
|
commit | commitdiff | tree |
2009-05-12 |
Cyril Comparon | Per-stream language-tags extraction in asfdec.
|
commit | commitdiff | tree |
2009-04-27 |
Cyril Comparon | Add avlanguage helpers in libavformat.
|
commit | commitdiff | tree |
2009-04-27 |
Benoit Fouet | Make function pointer assignments consistent in option...
|
commit | commitdiff | tree |
2009-04-24 |
Wolfram Gloger | Change return type of opt_loglevel() from void to int.
|
commit | commitdiff | tree |
2009-03-31 |
Benoit Fouet | Fix warnings in tree.c test code.
|
commit | commitdiff | tree |
2009-03-31 |
Benoit Fouet | Move declaration of prn before any assignment.
|
commit | commitdiff | tree |
2009-03-27 |
Benoit Fouet | Fix seek test build, by undefining printf and fprintf.
|
commit | commitdiff | tree |
2009-03-26 |
Benoit Fouet | Fix a warning on an uninitialized variable.
|
commit | commitdiff | tree |
2009-03-23 |
avcoder | Move declaration of 'pict' closer to where it is used...
|
commit | commitdiff | tree |
2009-03-23 |
Benoit Fouet | Move av_class to AVResampleContext instead of ReSampleContext.
|
commit | commitdiff | tree |
2009-03-20 |
Benoit Fouet | Initialize pointer arrays which may be freed before...
|
commit | commitdiff | tree |
2009-03-16 |
Benoit Fouet | Revert the alphabetical reordering which made me owner...
|
commit | commitdiff | tree |
2009-03-16 |
Benoit Fouet | Fix alphabetical order.
|
commit | commitdiff | tree |
2009-03-16 |
Daniel Verkamp | Fix an assert().
|
commit | commitdiff | tree |
2009-03-03 |
Benoit Fouet | Add a context to av_log() calls.
|
commit | commitdiff | tree |
2009-03-03 |
Benoit Fouet | Use sign_extend().
|
commit | commitdiff | tree |
2009-03-02 |
Benoit Fouet | Add context to some av_log() calls.
|
commit | commitdiff | tree |
2009-03-02 |
Benoit Fouet | Merge three conditions in a single 'if' instead of...
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Make ff_print_debug_info() a no-op when using HW acceleration.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Add hardware acceleration hooks to H.264.
|
commit | commitdiff | tree |
2009-02-27 |
Benoit Fouet | Add a context to av_log() call.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Add HW acceleration hooks for MPEG-4 / H.263 decoding.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Remove superfluous call to mpeg_decode_slice() for...
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Return early if a HW accelerator is used.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Add VA API pixel formats.
|
commit | commitdiff | tree |
2009-02-27 |
Gwenole Beauchesne | Add ff_hwaccel_pixfmt_list_420[] definition.
|
commit | commitdiff | tree |
2009-02-18 |
Tomer Barletz | Move debug trace to the new compute_frame_delay() function.
|
commit | commitdiff | tree |
2009-02-18 |
Benoit Fouet | Cosmetics: reindent after previous commit.
|
commit | commitdiff | tree |
2009-02-18 |
Tomer Barletz | Do not force last delay value to its own value.
|
commit | commitdiff | tree |
2009-02-18 |
Tomer Barletz | Extract into its own function the code to compute frame...
|
commit | commitdiff | tree |
2009-02-18 |
avcoder | av_alloc_format_context has been renamed, update AVFormatCon...
|
commit | commitdiff | tree |
2009-02-18 |
Art Clarke | Make output_example use av_interleaved_write_frame...
|
commit | commitdiff | tree |
next |