29935 Commits (445ee35e21c92e2429241d65bdba65f6e7c09132)
 

Author SHA1 Message Date
Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
Ronald S. Bultje 23d10ce015 fate: add 10-bit H264 tests. 14 years ago
Ronald S. Bultje e86fbe1751 h264: do not print "too many references" warning for intra-only. 14 years ago
Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson 44ca80df34 Make the h264 loop filter bit depth aware. 14 years ago
Oskar Arvidsson 87ce8b495f Template dsputil_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson 5d4bd9cc89 Template h264idct_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson de3e760720 Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago
Oskar Arvidsson 15fb393be6 Move the functions in h264idct into a new file h264idct_template.c. 14 years ago
Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 14 years ago
Oskar Arvidsson 563c72dabb Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 14 years ago
Ronald S. Bultje dd561441b1 h264: DSP'ize MBAFF loopfilter. 14 years ago
Alexander Strange cb48fdf67e ffmpeg: Simplify decode loop condition to not use next_pts 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Stefano Sabatini bc97695af8 ffmpeg: remove unused fields AVOutputStream.original_width/height 14 years ago
Stefano Sabatini f38d900fb8 ffmpeg: remove unused variable padding_src in do_video_out() 14 years ago
Michael Niedermayer d1991f51f3 ffmpeg: fix negative verbosity. 14 years ago
Stefano Sabatini 3372ec327b cmdutils: add OPT_INT check in parse_number_or_die() 14 years ago
Stefano Sabatini 0420bf09f7 ffmpeg: rename configure_filters() to configure_video_filters() 14 years ago
Stefano Sabatini 5d2c6f42d7 cmdutils: remove list_fmts(), simplify 14 years ago
Takashi Mochizuki c3e40410d4 Add missing CONFIG_AVFILTER check. 14 years ago
Michael Niedermayer b97b4b58a6 Merge remote branch 'qatar/master' 14 years ago
Michael Niedermayer 67d441499a seeking: Favor pkt->pos for generic index building where possible. 14 years ago
Michael Niedermayer ca87d43906 configure: Revert sdl hunk of 4fa18c56. This breaks OSX 14 years ago
Michael Niedermayer 08675bb399 mem: Choose alignment at compile time depending on AVX enabledness. 14 years ago
Michael Niedermayer 53789a27f8 swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat) 14 years ago
Michael Niedermayer 42c9bd313f swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat) 14 years ago
Michael Niedermayer c4f7050bb1 swscale: support unscaled planar Nbit->8bit with non native endian source. 14 years ago
Michael Niedermayer 09ff3cc77b swscale: fix unscaled yuv422p16be -> yuv422p10le 14 years ago
Michael Niedermayer eb8aa13b54 swscale: make DITHER_COPY() support non native endian source 14 years ago
Mans Rullgard a88ef93b4a mpegaudiodec: group #includes more sanely 14 years ago
Mans Rullgard 0d849074a4 mpegaudio: remove #if 0 blocks 14 years ago
Michael Niedermayer 9c49ca0f19 swscale: factor shift out of DITHER_COPY(). 14 years ago
Michael Niedermayer 300e497b5f swscale: factorize DITHER_COPY() 14 years ago
Michael Niedermayer 1735440773 fifo: use av_freep() 14 years ago
Anton Khirnov 19615089a0 ffmpeg.c: reset avoptions after each input/output file. 14 years ago
Anton Khirnov 1435f2fa72 ffmpeg.c: store per-output stream sws flags. 14 years ago
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 14 years ago
Martin Storsjö ed87375dd5 mpegtsenc: Clear st->priv_data when freeing it 14 years ago
Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
Martin Storsjö f9a6cfdd04 rtpproto: Remove an unused variable 14 years ago
Michael Niedermayer 38bb5a5434 mpeg4videoenc: Support negative timestamps. 14 years ago
Michael Niedermayer 282e8d4b4f avienc: Update 2 debug statements to match the current code. 14 years ago
Michael Niedermayer 5192788321 avutil: add divide & modulo that round like unsigned ones do that is down. 14 years ago