28459 Commits (fcc0224e4fbd44ae268903185b0cf83560b13555)
 

Author SHA1 Message Date
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
Mans Rullgard a88ef93b4a mpegaudiodec: group #includes more sanely 14 years ago
Mans Rullgard 0d849074a4 mpegaudio: remove #if 0 blocks 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
Mans Rullgard ecfc5e0b72 regtest: fix wma tests 14 years ago
Mans Rullgard 3a2e80ecbc mpegaudio: remove CONFIG_AUDIO_NONSHORT 14 years ago
Mans Rullgard eeadaa6bc0 regtest: separate flags for encoding and decoding 14 years ago
Alex Converse 847aaec682 log: Fix an oob array read. 14 years ago
Alex Converse c38d9780eb cosmetics: trim trailing whitespace in postproc 14 years ago
Alex Converse 1569554153 Ban strncpy() it's too easy to misuse. 14 years ago
Nathan Caldwell b58e298572 psymodel: Remove wrapper functions. 14 years ago
Nathan Caldwell 5b29af624f aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'. 14 years ago
Mans Rullgard fc7314b31c regtest: remove redundant flags in jpg test 14 years ago
Mans Rullgard 765f72f8c4 regtest: use run_ffmpeg in do_image_formats 14 years ago
Mans Rullgard 2728fd9053 regtest: simplify encoding functions 14 years ago
Anton Khirnov 648e55ff1b ffmpeg.c: check for interlaced flag in the correct place. 14 years ago
Stefano Sabatini 994de197c0 drawtext: add documentation for the shadow parameters 14 years ago
Michael Niedermayer c5420f100f drawtext: add shadow support. 14 years ago
Michael Niedermayer e73127a443 drawtext: factor draw_glyphs. 14 years ago
Michael Niedermayer a5b81c317e drawtext: fix and optimize yuv blend. 14 years ago
Michael Niedermayer 3953a88014 drawtext: get rid of divisions in the inner loop. 14 years ago
Michael Niedermayer e74bf3f368 drawtext: simplify chroma blend and fix chroma alpha. 14 years ago
Stefano Sabatini a5b64584f3 lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 14 years ago
Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 14 years ago