source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8d61eef9   13 years janne-libav ptx: fix inverted check for sufficient data Fix regression introduced …
(edit) @28101f6   13 years justin.ruggles flac muxer: fix writing of file header and STREAMINFO header from …
(edit) @2b53e696   13 years janne-libav ptx: emit a warning on insufficient picture data Return the whole …
(edit) @97334f10   13 years janne-libav utvideo: add fate tests covering all codec variants Signed-off-by: …
(edit) @708060d7   13 years lu_zero doc: update to refer to avconv
(edit) @0395d37   13 years lu_zero doc: remove some stale entries from the faq Some entries should be …
(edit) @19341c58   13 years anton Dxtory capture format decoder Signed-off-by: Anton Khirnov …
(edit) @4c386333   13 years justin.ruggles isom: sort and pretty-print codec_movaudio_tags[] original order is …
(edit) @7714770d   13 years justin.ruggles isom: remove pointless comments in codec_movaudio_tags[]
(edit) @21ebf2d4   13 years justin.ruggles isom: remove commented-out tag for vorbis
(edit) @60cd802   13 years justin.ruggles movenc: write 'chan' tag for AC-3 in MOV
(edit) @1fdf18f4   13 years justin.ruggles mov: add support for reading and writing the 'chan' tag This …
(edit) @b2890f5e   13 years justin.ruggles audioconvert: add some additional channel and channel layout macros
(edit) @1d2449a6   13 years justin.ruggles audioconvert: change 7.1 "wide" layout to use side surround channels
(edit) @8e8c5131   13 years justin.ruggles movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs …
(edit) @d5837d7   13 years lu_zero doc: update documentation to use avconv
(edit) @ca410b4e   13 years lu_zero doc: update demuxers section Cleanup tags usage and update …
(edit) @9bdfe9ac   13 years lu_zero doc: extend external library coverage
(edit) @1de6e14e   13 years lu_zero doc: split platform specific information Move the platform-specific …
(edit) @2f017d97   13 years lu_zero doc: port the git-howto to texinfo
(edit) @c1f5da69   13 years lu_zero doc: provide fallback css and customize @float Add "note" or …
(edit) @1ebbdda1   13 years lu_zero doc: document fate in a texinfo Summarize the information provided in …
(edit) @b73a01ea   13 years lu_zero doxy: change hue value to match our green
(edit) @6b60a4c9   13 years diego cljr: K&R cosmetics
(edit) @1c45c64c   13 years diego cljr: return a more sensible value when encountering invalid headers
(edit) @163682fa   13 years diego cljr: drop unnecessary emms_c() calls without MMX code
(edit) @bbc10185   13 years mans cljr: remove useless casts Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @baf3b6e5   13 years mans cljr: group encode/decode parts under single ifdefs This groups the …
(edit) @9a1420bf   13 years mans cljr: remove stray semicolon Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @ca52bae   13 years mans cljr: add missing return statement in decode_end() Signed-off-by: …
(edit) @12dca02e   13 years lu_zero doc: add pulseaudio to the input list
(edit) @f75e3d25   13 years lu_zero avconv: remove unsubstantiated comment All the currently supported …
(edit) @8562d9bd   13 years janne-libav shorten: avoid abort() on unknown audio types Signed-off-by: Janne …
(edit) @e93947b7   13 years diego cljr: add encoder Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @47b20a1d   13 years diego build: merge lists of HTML documentation targets
(edit) @4dccfff9   13 years diego tests/examples: Mark some variables only used within their files as static.
(edit) @9a5d6c2   13 years diego tests/tools/examples: Replace direct exit() calls by return.
(edit) @be0675ce   13 years janne-libav x86 cpuid: set vendor union members separately Solaris Studio (suncc) …
(edit) @04a5eaa1   13 years janne-libav cljr: release picture at end of decoding Otherwise after transcoding …
(edit) @392107ad   13 years mans rv40: NEON optimised rv40 qpel motion compensation Based on patch by …
(edit) @78212cef   13 years lu_zero drawtext: remove typo It slipped through the last two iterations.
(edit) @bc057f75   13 years justin.ruggles pcm-mpeg: implement new audio decoding api Signed-off-by: Justin …
(edit) @8b03d7fe   13 years rsbultje w32thread: port fixes to pthread_cond_broadcast() from x264.
(edit) @d8538f06   13 years diego doc: add editor configuration section with Vim and Emacs settings …
(edit) @7efea2a0   13 years lu_zero dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 Signed-off-by: …
(edit) @c7e8187d   13 years diego avformat/utils: Drop unused goto label. libavformat/utils.c:2165:2: …
(edit) @ff159e78   13 years diego doxygen: Replace '\' by '@' in Doxygen markup tags.
(edit) @ee41963f   13 years diego cosmetics: drop some completely pointless parentheses
(edit) @fc9489f6   13 years janne-libav cljr: simplify CLJRContext There is no need to have delta, offset and …
(edit) @f5edfc9e   13 years lu_zero drawtext: introduce rand(min, max) Signed-off-by: Luca Barbato …
(edit) @73585620   13 years lu_zero drawtext: introduce explicit draw/hide variable Signed-off-by: Luca …
(edit) @1eef08f   13 years martin rtmp: Use nb_invokes for all invoke commands …
(edit) @4d9ec05   13 years rsbultje Code cleanup - mpegvideo.c - 500-1000line Signed-off-by: Ronald S. …
(edit) @6c889888   13 years mans rv40: NEON optimised weighted prediction Signed-off-by: Mans Rullgard …
(edit) @f5c05b9a   13 years mans rv40: NEON optimised chroma MC Signed-off-by: Mans Rullgard …
(edit) @f054a827   13 years mans ARM: move NEON H264 chroma mc to a separate file This allows sharing …
(edit) @42d32cf5   13 years mans rv34: NEON optimised inverse transform functions Signed-off-by: Mans …
(edit) @52401b82   13 years alex.converse mov: Don't av_malloc(0). malloc() is allowed to return NULL when zero …
(edit) @9179f27c   13 years justin.ruggles avconv: only allocate 1 AVFrame per input stream This avoids …
(edit) @110d2af2   13 years justin.ruggles avconv: fix memleaks due to not freeing the AVFrame for audio
(edit) @b41995d2   13 years rsbultje h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg).
(edit) @e873c03a   13 years diego misc Doxygen markup improvements
(edit) @c68fafe0   13 years diego doxygen: eliminate Qt-style doxygen syntax
(edit) @714cd7e7   13 years martin g722: Add a regression test for muxing/demuxing in wav Signed-off-by: …
(edit) @f32fd318   13 years martin g722: Change bits per sample to 4 Earlier, bits per sample was …
(edit) @6fcbb0f5   13 years martin g722dec: Signal skipping the lower bits via AVOptions instead of …
(edit) @0bafe049   13 years justin.ruggles api-example: update to use avcodec_decode_audio4()
(edit) @f199f38   13 years justin.ruggles avplay: use avcodec_decode_audio4()
(edit) @e2a2c49   13 years justin.ruggles avplay: use a separate buffer for playing silence
(edit) @f08e54e8   13 years justin.ruggles avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
(edit) @d1241ff   13 years justin.ruggles avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
(edit) @6d23d197   13 years alex.converse mov: Allow empty stts atom. Fixes regressions caused by 30c3d976
(edit) @def5dc12   13 years diego doc: document preferred Doxygen syntax and make patcheck detect it
(edit) @dc6d043   13 years justin.ruggles adpcmenc: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @541d083a   13 years justin.ruggles ac3dec: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @a4e21baa   13 years justin.ruggles yuv4mpeg: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @eda87312   13 years justin.ruggles shorten: remove dead initialization Signed-off-by: Justin Ruggles …
(edit) @7679bd6e   13 years anton roqvideodec: set AVFrame reference before reget_buffer. Otherwise it …
(edit) @1e92d58e   13 years anton bmp: fix some 1bit samples. <= 8bpp BMP images always have palette. …
(edit) @8dd92eca   13 years janne-libav latmdec: add fate test for audio config change
(edit) @c8b27a0e   13 years anton oma: PCM support Signed-off-by: David Goldwich …
(edit) @8ae5eb75   13 years anton oma: better format detection with small probe buffer Signed-off-by: …
(edit) @e9607007   13 years anton oma: clearify ambiguous if condition Signed-off-by: David Goldwich …
(edit) @a548b6cb   13 years rsbultje wavpack: Properly clip samples during lossy decode When decoding …
(edit) @425b45d4   13 years rsbultje Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and …
(edit) @4a59eca9   13 years rsbultje Cleaned pixdesc.c file in libavutil Signed-off-by: Ronald S. Bultje …
(edit) @8f8c785f   13 years rsbultje zmbv.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @6eedeefe   13 years rsbultje xan.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @363114e8   13 years rsbultje mpegvideo.c: code cleanup - first 500 lines. Signed-off-by: Ronald S. …
(edit) @adedd840   13 years rsbultje h264: fix frame reordering code. Fixes …
(edit) @55a28056   13 years janne-libav fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis …
(edit) @a0338b5   13 years lu_zero doc: break some long lines in developer.texi
(edit) @2cf74ec   13 years lu_zero drawtext: make x and y parametric Introduce variables "E", "PHI", …
(edit) @ec11ff84   13 years lu_zero drawtext: manage memory allocation better Call dtext_prepare_text as …
(edit) @a2fb4bcb   13 years lu_zero drawtext: refactor draw_text Split the memory allocation from the …
(edit) @8499442   13 years janne-libav doc: remove space between variable and post increment in example code
(edit) @d268b79e   13 years janne-libav aac_latm: reconfigure decoder on audio specific config changes
(edit) @fd095539   13 years janne-libav latmdec: fix audio specific config parsing Pass the correct size in …
(edit) @0eea212   13 years justin.ruggles Add avcodec_decode_audio4(). Deprecate avcodec_decode_audio3(). …
(edit) @560f773c   13 years justin.ruggles avcodec: change number of plane pointers from 4 to 8 at next major …
Note: See TracRevisionLog for help on using the revision log.