source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b9660e2a   14 years michaelni fix fate failures for 10bit H264 on some systems This is possibly a …
(edit) @59eb12fa   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (30 commits) …
(edit) @580fa76c   14 years baptiste.coudurier Allocate per codec options, now that options are freed between inputs …
(edit) @3732c483   14 years michaelni error_concealment: Use previous pictures motion vectors when the …
(edit) @a811ec7c   14 years michaelni Merging branch 'ffmpeg-mt/master' Just some cosmetics & comments, the …
(edit) @b5e08992   14 years Carl Eugen Hoyos "Initialize" copy_tb like the other global variables.
(edit) @aa909d30   14 years stefano.sabatini-lala tiff: prefer enum TiffCompr over int for TiffContext.compr Help …
(edit) @1e97700f   14 years stefano.sabatini-lala tiff: remove duplicated author information, fix @file doxy
(edit) @687ff547   14 years stefano.sabatini-lala tiff: perform minor cleanups in the header Add link to official …
(edit) @b50217f   14 years stefano.sabatini-lala 8svx: remove pointless comments
(edit) @48dce860   14 years stefano.sabatini-lala 8svx: add links to documentation resources
(edit) @baa10302   14 years stefano.sabatini-lala 8svx: remove duplicated author/file information
(edit) @70b10db2   14 years stefano.sabatini-lala iff: remove get_image_data() and get_image_size() wrappers Remove one …
(edit) @8b1171e9   14 years stefano.sabatini-lala iff: remove get_palette_size() wrapper Remove one level of …
(edit) @83294a32   14 years stefano.sabatini-lala iff: remove pointless get_palette_data() wrapper Also rename variable …
(edit) @002e1f1e   14 years michaelni motion_est: fix ffmpeg compilation with DEBUG defined Remove the …
(edit) @3d929a60   14 years Reimar.Doeffinger mpegaudio: remove frame_count variable and its only usage, it is always 0.
(edit) @b6675279   14 years anton AVOptions: make default_val a union, as proposed in AVOption2. This …
(edit) @dc05b6a   14 years michaelni Added oggpagesize option for Ogg encoding. Allows setting a preferred …
(edit) @eeaba924   14 years michaelni ffmpeg: Fix -t with files that do not have any timestamps. This for …
(edit) @b27b54de   14 years rsbultje arm/h264pred: add missing argument type.
(edit) @7bea13f1   14 years michaelni swscale: Fix scaling for unscaled dithered planar convertions. This …
(edit) @86b29553   14 years rsbultje h264dsp_mmx: place bracket outside #if/#endif block. Should fix …
(edit) @ecc29730   14 years rsbultje lavf/utils: fix ff_interleave_compare_dts corner case. This should …
(edit) @23d10ce0   14 years rsbultje fate: add 10-bit H264 tests.
(edit) @e86fbe17   14 years rsbultje h264: do not print "too many references" warning for intra-only. …
(edit) @d545cf80   14 years rsbultje Enable decoding of high bit depth h264. This patch completes the high …
(edit) @19a0729b   14 years rsbultje Adds 8-, 9- and 10-bit versions of some of the functions used by the …
(edit) @fcc0224e   14 years rsbultje Add support for higher QP values in h264. In high bit depth, the QP …
(edit) @6e3ef511   14 years rsbultje Add the notion of pixel size in h264 related functions. In high bit …
(edit) @44ca80df   14 years rsbultje Make the h264 loop filter bit depth aware. Preparatory patch for high …
(edit) @87ce8b49   14 years rsbultje Template dsputil_template.c with respect to pixel size, etc. …
(edit) @5d4bd9cc   14 years rsbultje Template h264idct_template.c with respect to pixel size, etc. …
(edit) @de3e7607   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @325eefa2   14 years rsbultje Move some functions in dsputil.c into a new file dsputil_template.c. …
(edit) @15fb393b   14 years rsbultje Move the functions in h264idct into a new file h264idct_template.c. …
(edit) @5ada2524   14 years rsbultje Move the functions in h264pred.c into a new file h264pred_template.c. …
(edit) @563c72da   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @42239ce   14 years rsbultje Add pixel formats for 9- and 10-bit yuv420p. Also add support for …
(edit) @e39e3aba   14 years rsbultje Choose h264 chroma dc dequant function dynamically. Needed for high …
(edit) @dd561441   14 years rsbultje h264: DSP'ize MBAFF loopfilter.
(edit) @cb48fdf6   14 years rsbultje ffmpeg: Simplify decode loop condition to not use next_pts …
(edit) @188dea1d   14 years anton lavc: move some flac-specific options to its private context.
(edit) @bc97695a   14 years anton ffmpeg: remove unused fields AVOutputStream.original_width/height …
(edit) @f38d900f   14 years anton ffmpeg: remove unused variable padding_src in do_video_out() …
(edit) @d1991f51   14 years anton ffmpeg: fix negative verbosity. Signed-off-by: Anton Khirnov …
(edit) @3372ec32   14 years anton cmdutils: add OPT_INT check in parse_number_or_die() Check that the …
(edit) @0420bf09   14 years anton ffmpeg: rename configure_filters() to configure_video_filters() …
(edit) @5d2c6f42   14 years anton cmdutils: remove list_fmts(), simplify The function was only used in …
(edit) @c3e40410   14 years anton Add missing CONFIG_AVFILTER check. Fix configure --disable-avfilter …
(edit) @b97b4b58   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: mpegaudiodec: …
(edit) @67d44149   14 years michaelni seeking: Favor pkt->pos for generic index building where possible. …
(edit) @ca87d439   14 years michaelni configure: Revert sdl hunk of 4fa18c56. This breaks OSX …
(edit) @08675bb3   14 years michaelni mem: Choose alignment at compile time depending on AVX enabledness. …
(edit) @53789a27   14 years michaelni swscale: use Nbit code to handle !is16BPS(c->srcFormat) && …
(edit) @42c9bd3   14 years michaelni swscale: Support dither in is16BPS(c->srcFormat) && …
(edit) @c4f7050b   14 years michaelni swscale: support unscaled planar Nbit->8bit with non native endian …
(edit) @09ff3cc7   14 years michaelni swscale: fix unscaled yuv422p16be -> yuv422p10le Signed-off-by: …
(edit) @eb8aa13b   14 years michaelni swscale: make DITHER_COPY() support non native endian source …
(edit) @a88ef93b   14 years mans mpegaudiodec: group #includes more sanely Signed-off-by: Mans …
(edit) @0d849074   14 years mans mpegaudio: remove #if 0 blocks Signed-off-by: Mans Rullgard …
(edit) @9c49ca0f   14 years michaelni swscale: factor shift out of DITHER_COPY(). Signed-off-by: Michael …
(edit) @300e497b   14 years michaelni swscale: factorize DITHER_COPY() Signed-off-by: Michael Niedermayer …
(edit) @17354407   14 years michaelni fifo: use av_freep() With this change libavutil uses av_freep() …
(edit) @19615089   14 years anton ffmpeg.c: reset avoptions after each input/output file. This is …
(edit) @1435f2fa   14 years anton ffmpeg.c: store per-output stream sws flags.
(edit) @6bb6fb05   14 years mans mpegaudio: remove CONFIG_MPEGAUDIO_HP option The low quality mode is …
(edit) @ed87375d   14 years martin mpegtsenc: Clear st->priv_data when freeing it If not cleared, the …
(edit) @a7ea5e3d   14 years martin udp: Fix receiving RTP data over multicast Earlier, AVIO_RDWR was …
(edit) @f9a6cfdd   14 years martin rtpproto: Remove an unused variable Signed-off-by: Martin Storsjö …
(edit) @38bb5a54   14 years michaelni mpeg4videoenc: Support negative timestamps. Signed-off-by: Michael …
(edit) @282e8d4b   14 years michaelni avienc: Update 2 debug statements to match the current code. …
(edit) @51927883   14 years michaelni avutil: add divide & modulo that round like unsigned ones do that is …
(edit) @5deedf35   14 years michaelni h264probe: update to latest spec. Signed-off-by: Michael Niedermayer …
(edit) @ecfc5e0b   14 years mans regtest: fix wma tests This adds $DEC_OPTS to the wma decode …
(edit) @3a2e80e   14 years mans mpegaudio: remove CONFIG_AUDIO_NONSHORT This fake option cannot be …
(edit) @eeadaa6b   14 years mans regtest: separate flags for encoding and decoding This separates …
(edit) @6841c8c5   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: log: Fix an oob …
(edit) @25308afb   14 years michaelni wtvdec: Avoid gmtime_r() it breaks compile on windows. Better …
(edit) @bce0d923   14 years michaelni developer.texi: update for git Signed-off-by: Michael Niedermayer …
(edit) @0584d22e   14 years michaelni Typo fix.
(edit) @6c5c875   14 years michaelni Patch checklist:Suggest adding a regression test Signed-off-by: …
(edit) @3df9150d   14 years michaelni doc:Partial update of our issue tracker doc. More work needed, …
(edit) @fddf0521   14 years michaelni wtv: calculate ole date correctly (is seconds since 1899-12-30)
(edit) @8acab7ae   14 years michaelni wtv: detect ole date overflow
(edit) @3dd779eb   14 years michaelni swscale: implement Nbit->non native endian 16bit. Fixes v210. …
(edit) @f2bfdc3   14 years michaelni fate: add 9/10 BE pixdesc checksums Signed-off-by: Michael Niedermayer …
(edit) @847aaec6   14 years alex.converse log: Fix an oob array read.
(edit) @c38d9780   14 years alex.converse cosmetics: trim trailing whitespace in postproc
(edit) @1569554   14 years alex.converse Ban strncpy() it's too easy to misuse.
(edit) @b58e2985   14 years alex.converse psymodel: Remove wrapper functions. Instead use the function pointers …
(edit) @5b29af6   14 years alex.converse aacenc: Replace loop counters in aac_encode_frame() with more …
(edit) @554d3ad7   14 years stefano.sabatini-lala pnmdec: reindent after the previous commit
(edit) @4a745b41   14 years stefano.sabatini-lala pnmdec: add support for mono images with non-space-separated pixel …
(edit) @b0e1d0d9   14 years michaelni ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10 Signed-off-by: …
(edit) @74bf9d62   14 years michaelni v210enc:clip values according to specifications Signed-off-by: Michael …
(edit) @3e002747   14 years michaelni v210enc: switch to PIX_FMT_422P10 Signed-off-by: Michael Niedermayer …
(edit) @807a058e   14 years michaelni v210dec: switch to PIX_FMT_422P10 Signed-off-by: Michael Niedermayer …
(edit) @4737a593   14 years stefano.sabatini-lala ffv1: set internal frame defaults Another fix missed before the …
(edit) @b9e60849   14 years michaelni swscale: 9,10 bits pixel format output support Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.