29123 Commits (b8a44442660cb55012951151b2a462923bdcea22)
 

Author SHA1 Message Date
Alberto Delmas d294015510 Check for successful h263 init in msmpeg4 init 14 years ago
Vitor Sessak 96573c0d76 lavf/utils.c: Order packets with identical PTS by stream index. 14 years ago
Reimar Döffinger a0f17473b3 ASS decoder also requires ass_split.o to be compiled. 14 years ago
Martin Storsjö 578d6861a7 flvdec: Allow parsing keyframes metadata without seeking in most cases 14 years ago
Luca Barbato f3e3f28e80 Error out if vaapi is not found 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Carl Eugen Hoyos 5c0068758f Fix compilation with --disable-yasm. 14 years ago
Michael Niedermayer 8b7dc087e4 Add forgotten const to enum AVSampleFormat 14 years ago
Martin Storsjö c5e03cebd3 libvo-*: Don't use deprecated sample format names and enum names 14 years ago
Kharkov Alexander b5304f7b2e flvdec: Fix support for flvtool2 "keyframes based" generated index 14 years ago
Martin Storsjö c41eb2ade4 libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
Sven C. Dack 44a8b0ddd9 Cosmetics: Rename variable param as the more appropriate dpyname. 14 years ago
Sven C. Dack 9af2097120 Cosmetics: Fix white-space in av_log() message. 14 years ago
Carl Eugen Hoyos ff2614ee4c Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels. 14 years ago
Carl Eugen Hoyos 71306c5d21 Support CODEC_ID_PCM_F64* output via alsa (stereo only). 14 years ago
Carl Eugen Hoyos 5778466e92 Support CODEC_ID_PCM_S24* output via alsa (stereo only). 14 years ago
Carl Eugen Hoyos 4e54848bd1 Use const where appropriate. 14 years ago
Carl Eugen Hoyos 72eb6dfe49 Mention VisualOn in the new codecs' long names to explain "libvo". 14 years ago
Alex Converse 2f072b55a4 Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
James Zern 8eeed0db05 vpxenc: add CQ_LEVEL mapping 14 years ago
James Zern a299a261de vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 14 years ago
Michael Niedermayer 4727ec3c0e Merge remote branch 'qatar/master' 14 years ago
Aurelien Jacobs 13d4ec844a cosmetics: alignment 14 years ago
Stefano Sabatini df149f6ce8 ffplay: fix weird brace placement in video_image_display() 14 years ago
Stefano Sabatini 3338be24e8 ffplay: rename output_picture2() to output_picture() 14 years ago
Stefano Sabatini 1979d3b8a5 ffplay: remove useless intermediary variable dst_pix_fmt in queue_picture() 14 years ago
Stefano Sabatini eef1696628 ffplay: avoid forward declaration for packet_queue_put() 14 years ago
Stefano Sabatini 91b27e49d6 ffplay: compact expression in compute_mod() 14 years ago
Aurelien Jacobs 6873cf9bc8 compute rects duration in ASS decoder 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Diego Biurrun db46be01ec Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). 14 years ago
Diego Biurrun 70ad9842a5 Fix compilation of timefilter test program. 14 years ago
Martin Storsjö f502ff3f61 Add support for AMR-WB encoding via libvo-amrwbenc 14 years ago
Martin Storsjö d89e738a0c Add an AAC encoder by using the libvo-aacenc library 14 years ago
Michael Niedermayer c104a6e902 oggdec: use av_freep() instead of av_free() 14 years ago
Stefano Sabatini b52a65ccc8 vsrc_buffer.h: add file doxy 14 years ago
Stefano Sabatini e601ff19b4 vsrc_buffer.h: add multiple inclusion guards 14 years ago
Stefano Sabatini f763a7c669 vsrc_buffer: tweak error message in init() 14 years ago
Martin Storsjö 029f966c3a g722: Return 8 bits per sample for g722 in av_get_bits_per_sample 14 years ago
Michael Niedermayer ab8cfd45f8 Merge remote branch 'qatar/master' 14 years ago
Michael Niedermayer 2e92a34cde Revert "fbdev: simplify logic in fbdev_read_packet()" 14 years ago
Stefano Sabatini 5381823eb6 ffmpeg: rename configure_filters() to configure_video_filters() 14 years ago
Mark Himsley aa0c515a3c lavfi: add fieldorder filter 14 years ago
Stefano Sabatini d46c9f83cf fbdev: simplify logic in fbdev_read_packet() 14 years ago
Michael Niedermayer df2d5b16ef H264: Allow templating hl_decode_mb based on pixel_size. 14 years ago
Michael Niedermayer 179106ed78 H264: factor if() out of coef decoding loop of decode_cabac_residual_internal() 14 years ago
Michael Niedermayer a50f0bea25 H264: Split out hl_motion and template it, this seems a bit faster 14 years ago
Michael Niedermayer e7077f5e7b H264: replace pixel_size by pixel_shift 14 years ago
Michael Niedermayer 9b271ce656 h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 years ago