source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6b78a77a   16 years kostya.shishkov Merge some cases for reading raw data with different bit depths in BMP …
(edit) @888facff   16 years benoit.fouet Fix seek test build, by undefining printf and fprintf. Originally …
(edit) @9e793a24   16 years michaelni Check for INIT_VLC_USE_STATIC Originally committed as revision 18200 …
(edit) @d95a0c67   16 years diego Move output_example.c --> libavformat/output-example.c. The …
(edit) @b6fec3eb   16 years victorpaesa Make static the list of registered filters. Originally committed as …
(edit) @3ec88c74   16 years diego Remove unnecessary CFLAGS variable from output_example link command. …
(edit) @219a7185   16 years diego Removing example programs is already handled by the generic clean …
(edit) @66e6aec5   16 years diego Rename cs_test.c --> colorspace-test.c. This is more consistent with …
(edit) @e2eb0f52   16 years benoit.fouet Fix a warning on an uninitialized variable. Originally committed as …
(edit) @3344cf85   16 years diego Use a wildcard match instead of a list to remove test programs. This …
(edit) @d4efacff   16 years ramiro.polla Use intptr_t when casting pointers to int. Originally committed as …
(edit) @befa8e66   16 years ramiro.polla Move yuv2rgb code to subdirs. Originally committed as revision 29063 …
(edit) @b2cfd7e3   16 years ramiro.polla Create swscale subdirs for out-of-tree builds. Originally committed …
(edit) @c04e5fa   16 years diego fft-test does not depend on fdctref.o. Originally committed as …
(edit) @7304c2c4   16 years diego Move adding the '-test$(EXESUF)' suffix to test programs into …
(edit) @6ccf540f   16 years diego prettyprinting cosmetics Originally committed as revision 18188 to …
(edit) @e43f34bd   16 years diego swscale-example is an API example, not a test program. Originally …
(edit) @0a7ee3ef   16 years diego cosmetics: Group all path variables together in config.mak. …
(edit) @1f30649   16 years diego typo: beomes --> becomes Originally committed as revision 18186 to …
(edit) @aae9c405   16 years diego Move licensing information into a separate file called LICENSE and …
(edit) @e03b4618   16 years diego Clarify that our LGPL/GPL licenses come with an explicit "or later" …
(edit) @c8f742ca   16 years diego The Mersenne Twister PRNG was removed, mention replacement. …
(edit) @889cdae8   16 years diego cosmetics: Reformat paragraphs and other cosmetic changes. Originally …
(edit) @f03a081d   16 years baptiste.coudurier set wrong_dts for iMovie created files which has huge ctts delay, fix …
(edit) @1bbeb233   16 years ramiro.polla Clear some more variables that are used on subdir Makefiles. …
(edit) @d7520f21   16 years justin.ruggles cosmetics: add an @return to documentation for decode_frame_header() …
(edit) @6510c453   16 years diego Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which …
(edit) @4626ee1   16 years cschieli Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled …
(edit) @08218e6d   16 years cschieli Fix some places where "non-alpha to YUVA420P" do not fill the alpha …
(edit) @0928f1e   16 years cschieli Simpler and more elegant fix to the x86_32/OSX+PIC build failure …
(edit) @da1e126   16 years rsbultje strchr(string, '\0') returns non-NULL, and is thus not suited for use …
(edit) @29e45508   16 years robert.swain Update apiexample.c to use the newer avcodec_decode_audio2() API. This …
(edit) @cd98a030   16 years justin.ruggles flacdec: split frame header decoding and validation into a separate …
(edit) @77544e5b   16 years stefano.sabatini-lala Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. …
(edit) @1cee4eaf   16 years stefano.sabatini-lala Make the PIX_FMT_NE() macro more generic. Originally committed as …
(edit) @3c32bac8   16 years gbeauchesne Add MPEG-2 bitstream decoding through VA API. Originally committed as …
(edit) @fbf1b885   16 years benoit.fouet Move declaration of 'pict' closer to where it is used and initialize …
(edit) @6d69a653   16 years benoit.fouet Move av_class to AVResampleContext instead of ReSampleContext. Fixes …
(edit) @04964ee8   16 years alex.converse AAC: Ignore cc_domain for independent (time domain) coupling. …
(edit) @620bba16   16 years stefano.sabatini-lala Add pcxenc.o to the $OBJS list, it was erroneously removed from it in …
(edit) @e8b03952   16 years justin.ruggles flacdec: cosmetics: white space Originally committed as revision …
(edit) @fbc4d9c9   16 years justin.ruggles flacdec: cosmetics: separate the pure frame header parsing code from …
(edit) @9e12268c   16 years diego Rename 'tests' target to 'testprogs'. It is too easily confused with …
(edit) @661ce289   16 years diego Rename 'tests' target to 'testprogs'. It is too easily confused with …
(edit) @f1c5438f   16 years diego Remove unnecessary CLEANFILES declaration. Test programs do not …
(edit) @fd8e28b   16 years diego Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and …
(edit) @6e08ca9c   16 years stefano.sabatini-lala Make the pixel formats which were defined as macros: PIX_FMT_ARGB …
(edit) @e7e6b06   16 years justin.ruggles flacdec: allow sample rate to change mid-stream, but log a warning …
(edit) @6708cfc4   16 years diego Add rule for building API example programs. Originally committed as …
(edit) @326e9eaa   16 years stefano.sabatini-lala Factorize: use the X_NE() macro in avcodec_get_pix_fmt(). Originally …
(edit) @14489074   16 years justin.ruggles flacdec: cosmetics: indentation Originally committed as revision …
(edit) @8199ea3b   16 years stefano.sabatini-lala Implement X_NE() macro. Originally committed as revision 18158 to …
(edit) @e2a38af9   16 years justin.ruggles flacdec: change frame bps validation to return an error value if bps …
(edit) @f91eaf5d   16 years justin.ruggles flacdec: cosmetics: add some braces to if/else statements Originally …
(edit) @b6fa746e   16 years justin.ruggles flacdec: skip frame when allocated data size is too small Originally …
(edit) @492cc392   16 years justin.ruggles 10l: don't check against current layout until after validating …
(edit) @7660dc6f   16 years justin.ruggles flacdec: give a more accurate error message when validating channel …
(edit) @d2863e72   16 years stefano.sabatini-lala Export to pixdesc.h the av_pix_fmt_descriptors array. Originally …
(edit) @02b26d2d   16 years justin.ruggles flacdec: move data size check to flac_decode_frame() Originally …
(edit) @4285c292   16 years justin.ruggles flacdec: comments and white space. move skipping of frame header to …
(edit) @d1d9945f   16 years justin.ruggles cosmetics: vertical alignment Originally committed as revision 18149 …
(edit) @5c3e0340   16 years justin.ruggles flacdec: remove unneeded local variable Originally committed as …
(edit) @3b4d96f   16 years justin.ruggles flacdec: cosmetics: rename 3 variables Originally committed as …
(edit) @7e00bd8   16 years justin.ruggles flacdec: use a local variable for GetBitContext in decode_frame() …
(edit) @bd51c013   16 years Aurélien Jacobs handle id3v2 'genre' tag formated as '%d' Originally committed as …
(edit) @2121b160   16 years rsbultje Remove alpha channel from default colorspace tables, since it is …
(edit) @3c3e0680   16 years diego Use $< automatic variable to simplify some commands. Originally …
(edit) @e6b09f43   16 years rsbultje Add a @todo with a comment from Kostya so we don't forget to optimize …
(edit) @c21fbefb   16 years kostya.shishkov Add AURA 1 and 2 codec IDs and register their FOURCCs Originally …
(edit) @5c5776e1   16 years baptiste.coudurier allocate tracks instead of using MAX_STREAMS Originally committed as …
(edit) @44dff005   16 years baptiste.coudurier init ext sample rate to 0 if not present Originally committed as …
(edit) @08a5b4e9   16 years baptiste.coudurier since code now use get_bits_long, allocate padding buffer Originally …
(edit) @5f01c125   16 years baptiste.coudurier avoid creating a new stream not referenced in pmt since it cannot be …
(edit) @b38d7298   16 years gbeauchesne Add common VA API data structures and helpers. Originally committed …
(edit) @ff8084cf   16 years michaelni Enable unscaled packed422 -> planar 420 converters by default as the …
(edit) @3d99e06   16 years michaelni 10l (C code was buggy and untested) Originally committed as revision …
(edit) @870a4adb   16 years michaelni Average chroma of 2 lines in packed 422 -> planar 420. Originally …
(edit) @bb691a6d   16 years gbeauchesne Add support for HW accelerated VC-1 decoding through the new AVHWAccel …
(edit) @a0dd3c00   16 years baptiste.coudurier reset codec width/height for h264 forcing decoder to parse extradata …
(edit) @f82674e   16 years stefano.sabatini-lala Change the RGB5X5/BGR5X5 pixel format defines so that we have little …
(edit) @31a79497   16 years stefano.sabatini-lala Use PIX_FMT_NE() macro. Originally committed as revision 18132 to …
(edit) @a1a05abe   16 years stefano.sabatini-lala Implement PIX_FMT_NE() macro. Originally committed as revision 18131 …
(edit) @d89f692f   16 years stefano.sabatini-lala Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a …
(edit) @a61ec8e   16 years stefano.sabatini-lala Globally prefer enum PixelFormat over int when it makes sense. …
(edit) @cc9aced3   16 years rsbultje Remove slash-skipping code because the function called right after …
(edit) @78f731de   16 years rsbultje Reindent something where a if () --> { <-- is on a newline rather than …
(edit) @7d09a993   16 years rsbultje Free metadata if already allocated; fixes a memleak if the header …
(edit) @6a8c8b36   16 years rsbultje Fix silly bug in hex_to_data() where it compares a string pointer for …
(edit) @64917dd3   16 years rsbultje Remove useless comment about something that is deprecated. See summary …
(edit) @36aa7bc2   16 years rsbultje Use skip_spaces() in the "redir" demuxer instead of "while …
(edit) @1ef36a70   16 years rsbultje Merge functional code from get_word() and get_word_sep() into a single …
(edit) @7e726132   16 years rsbultje Allow (and parse) incoming server messages (notices) interleaved with …
(edit) @9c610b76   16 years rsbultje Add a @todo item to use ByteIOContext instead of URLContext at some …
(edit) @8b9794e5   16 years rsbultje Remove index writing in RM muxer, since it is broken (multiple streams …
(edit) @83c0ba3d   16 years rsbultje Don't allow to sync on packets of zero-size length, since these are …
(edit) @e75e603c   16 years rsbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent …
(edit) @ee6624ef   16 years diego Remove deprecated and now unused Mersenne Twister PRNG. Originally …
(edit) @6a03a34b   16 years kostya.shishkov Register myself as Smacker maintainer Originally committed as …
(edit) @9f5da4d1   16 years diego When warning about forbidden pseudo random number generation …
(edit) @573e0118   16 years diego Fix reference to av_random_init where av_lfg_init was meant. …
Note: See TracRevisionLog for help on using the revision log.