summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add support for higher QP values in h264.Oskar Arvidsson2011-04-105-32/+62
* H264: fix prefetchMichael Niedermayer2011-04-101-1/+1
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-106-148/+235
* Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-04-101-36/+48
* Template dsputil_internal.h with respect to pixel size, etc.Oskar Arvidsson2011-04-101-306/+398
* Template h264idct_internal.h with respect to pixel size, etc.Oskar Arvidsson2011-04-101-45/+64
* Template h264pred_internal.h with respect to bit depth, etc.Oskar Arvidsson2011-04-101-300/+418
* Template h264dsp_internal.h with respect to pixel size, etc.Oskar Arvidsson2011-04-101-29/+51
* Move some functions in dsputil.c into a new file dsputil_internal.h.Oskar Arvidsson2011-04-102-1228/+1261
* Move the functions in h264idct into a new file h264idct_internal.h.Oskar Arvidsson2011-04-102-248/+279
* Move the functions in h264pred.c into a new file h264pred_internal.h.Oskar Arvidsson2011-04-102-1209/+1236
* Move the functions in h264dsp.c into a new file h264dsp_internal.hOskar Arvidsson2011-04-102-242/+272
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-0/+4
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-105-25/+29
* H264: Fix slice threadsMichael Niedermayer2011-04-101-0/+1
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-04-101-1/+1
* replace movw instruction in ac3dsp_armv6.Spin xue2011-04-101-1/+1
* CrystalHD: Improve detection of h.264 content.Philip Langdale2011-04-081-38/+59
* CrystalHD: Carry picture type from input to output picture.Philip Langdale2011-04-081-2/+19
* CrystalHD: Bring in h.264 parser to establish picture type.Philip Langdale2011-04-081-0/+29
* CrystalHD: Change opaque_list_pop to return the node.Philip Langdale2011-04-081-18/+25
* CrystalHD: Fix whitespace after previous change.Philip Langdale2011-04-081-29/+29
* CrystalHD: Handle different h.264 MBAFF packing.Philip Langdale2011-04-081-10/+15
* Fix ticket21, temporary audio array was too small.Michael Niedermayer2011-04-091-1/+1
* Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer2011-04-081-6/+2
* Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-081-1/+1
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-083-1/+6
|\
| * lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-073-1/+6
* | Fix deblocking with thread_slicesMichael Niedermayer2011-04-081-4/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-1/+1
|\ \ | |/
| * Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-061-1/+1
* | Fix ticket34Michael Niedermayer2011-04-061-3/+15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-065-3/+33
|\ \ | |/
| * psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-051-0/+9
| * Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-054-11/+10
| * Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-051-2/+2
| * ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-052-0/+22
* | Fix ffmpeg-mt fixme in h264.Michael Niedermayer2011-04-061-5/+0
* | Fix REBASE_PICTURE with h.264Michael Niedermayer2011-04-061-1/+4
* | Fix Ticket37Michael Niedermayer2011-04-061-1/+1
* | Do not offer unsupported HWAccel PIX_FMT.Reimar Döffinger2011-04-051-2/+12
* | Use CONFIG_VDPAU as condition for using ff_vdpau_mpeg_picture_complete.Reimar Döffinger2011-04-051-1/+1
* | ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-04-052-11/+4
* | h264_parser: Fix whitespace after previous change.Philip Langdale2011-04-041-14/+14
* | h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-04-041-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-054-29/+67
|\ \ | |/
| * ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-043-18/+28
| * aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-041-8/+8
| * ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-031-3/+31
* | Communicate pulldown flags to clients to fix VC-1 playback with pulldown contentAlexandre Colucci2011-04-041-0/+9
OpenPOWER on IntegriCloud