|
|
|
@a6f395d
|
14 years |
stefano.sabatini-lala |
ffplay: avoid unnecessary intermediary struct in queue_picture()
When …
|
|
|
@c1d4bb57
|
14 years |
stefano.sabatini-lala |
ffplay: remove unused field VideoState.dtg_active_format
…
|
|
|
@05d33d86
|
14 years |
Carl Eugen Hoyos |
Fix compilation with --disable-avfilter.
|
|
|
@d6f79edb
|
14 years |
michaelni |
flv demuxer: dont error out due to index problems, but inform the user …
|
|
|
@9891004b
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Partially …
|
|
|
@a0f17473
|
14 years |
Reimar.Doeffinger |
ASS decoder also requires ass_split.o to be compiled.
|
|
|
@578d6861
|
14 years |
martin |
flvdec: Allow parsing keyframes metadata without seeking in most cases …
|
|
|
@f3e3f28e
|
14 years |
anton |
Error out if vaapi is not found
Make the behaviour consistent with …
|
|
|
@ff1ec0c3
|
14 years |
anton |
avio: undeprecate av_url_read_fseek/fpause under nicer names
It seems …
|
|
|
@5c006875
|
14 years |
Carl Eugen Hoyos |
Fix compilation with --disable-yasm.
|
|
|
@8b7dc087
|
14 years |
michaelni |
Add forgotten const to enum AVSampleFormat
Signed-off-by: Michael …
|
|
|
@c5e03ceb
|
14 years |
martin |
libvo-*: Don't use deprecated sample format names and enum names
…
|
|
|
@b5304f7b
|
14 years |
martin |
flvdec: Fix support for flvtool2 "keyframes based" generated index
…
|
|
|
@c41eb2ad
|
14 years |
martin |
libavcodec: Use "const enum AVSampleFormat[]" in AVCodec …
|
|
|
@44a8b0dd
|
14 years |
Carl Eugen Hoyos |
Cosmetics: Rename variable param as the more appropriate dpyname.
|
|
|
@9af2097
|
14 years |
Carl Eugen Hoyos |
Cosmetics: Fix white-space in av_log() message.
|
|
|
@ff2614ee
|
14 years |
Carl Eugen Hoyos |
Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.
|
|
|
@71306c5
|
14 years |
Carl Eugen Hoyos |
Support CODEC_ID_PCM_F64* output via alsa (stereo only).
|
|
|
@5778466e
|
14 years |
Carl Eugen Hoyos |
Support CODEC_ID_PCM_S24* output via alsa (stereo only).
|
|
|
@4e54848b
|
14 years |
Carl Eugen Hoyos |
Use const where appropriate.
Spotted by Reimar.
|
|
|
@72eb6dfe
|
14 years |
Carl Eugen Hoyos |
Mention VisualOn in the new codecs' long names to explain "libvo".
|
|
|
@2f072b55
|
14 years |
alex.converse |
Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. …
|
|
|
@187a537
|
14 years |
alex.converse |
Convert some undefined 1<<31 shifts into 1U<<31.
According to ISO …
|
|
|
@8eeed0db
|
14 years |
michaelni |
vpxenc: add CQ_LEVEL mapping
via the equivalent AVCodecContext::crf …
|
|
|
@a299a261
|
14 years |
michaelni |
vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
via the equivalent …
|
|
|
@4727ec3c
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Not pulled due to …
|
|
|
@13d4ec84
|
14 years |
Aurélien Jacobs |
cosmetics: alignment
|
|
|
@df149f6
|
14 years |
stefano.sabatini-lala |
ffplay: fix weird brace placement in video_image_display()
…
|
|
|
@3338be24
|
14 years |
stefano.sabatini-lala |
ffplay: rename output_picture2() to output_picture()
The "2" suffix …
|
|
|
@1979d3b8
|
14 years |
stefano.sabatini-lala |
ffplay: remove useless intermediary variable dst_pix_fmt in …
|
|
|
@eef1696
|
14 years |
stefano.sabatini-lala |
ffplay: avoid forward declaration for packet_queue_put()
Define the …
|
|
|
@91b27e49
|
14 years |
stefano.sabatini-lala |
ffplay: compact expression in compute_mod()
Prefer "return X ? Y : Z" …
|
|
|
@6873cf9
|
14 years |
Aurélien Jacobs |
compute rects duration in ASS decoder
Signed-off-by: Aurelien Jacobs …
|
|
|
@3ee8ca9b
|
14 years |
Aurélien Jacobs |
add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct
…
|
|
|
@db46be01
|
14 years |
diego |
Add unconditional return statement to yuva420_rgb32_MMX() / …
|
|
|
@70ad9842
|
14 years |
diego |
Fix compilation of timefilter test program.
The printf function is …
|
|
|
@f502ff3f
|
14 years |
martin |
Add support for AMR-WB encoding via libvo-amrwbenc
The wrapper code …
|
|
|
@d89e738a
|
14 years |
martin |
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: …
|
|
|
@c104a6e9
|
14 years |
michaelni |
oggdec: use av_freep() instead of av_free()
Signed-off-by: Michael …
|
|
|
@b52a65cc
|
14 years |
stefano.sabatini-lala |
vsrc_buffer.h: add file doxy
Signed-off-by: Stefano Sabatini …
|
|
|
@e601ff19
|
14 years |
stefano.sabatini-lala |
vsrc_buffer.h: add multiple inclusion guards
Signed-off-by: Stefano …
|
|
|
@f763a7c6
|
14 years |
stefano.sabatini-lala |
vsrc_buffer: tweak error message in init()
Change:
Expected 7 …
|
|
|
@029f966c
|
14 years |
martin |
g722: Return 8 bits per sample for g722 in av_get_bits_per_sample
…
|
|
|
@ab8cfd45
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
avio: add more …
|
|
|
@2e92a34c
|
14 years |
michaelni |
Revert "fbdev: simplify logic in fbdev_read_packet()"
This change is …
|
|
|
@5381823e
|
14 years |
stefano.sabatini-lala |
ffmpeg: rename configure_filters() to configure_video_filters()
…
|
|
|
@aa0c515a
|
14 years |
stefano.sabatini-lala |
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini …
|
|
|
@d46c9f83
|
14 years |
stefano.sabatini-lala |
fbdev: simplify logic in fbdev_read_packet()
Signed-off-by: Stefano …
|
|
|
@df2d5b16
|
14 years |
michaelni |
H264: Allow templating hl_decode_mb based on pixel_size. …
|
|
|
@179106ed
|
14 years |
michaelni |
H264: factor if() out of coef decoding loop of …
|
|
|
@a50f0bea
|
14 years |
michaelni |
H264: Split out hl_motion and template it, this seems a bit faster …
|
|
|
@e7077f5e
|
14 years |
michaelni |
H264: replace pixel_size by pixel_shift
Signed-off-by: Michael …
|
|
|
@9b271ce6
|
14 years |
michaelni |
h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@5e85298c
|
14 years |
michaelni |
Enable decoding of high bit depth h264.
This patch completes the high …
|
|
|
@8dbe5856
|
14 years |
michaelni |
Adds 8-, 9- and 10-bit versions of some of the functions used by the …
|
|
|
@d268bed2
|
14 years |
michaelni |
Add support for higher QP values in h264.
In high bit depth, the QP …
|
|
|
@436c4523
|
14 years |
michaelni |
H264: fix prefetch
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@dc172ecc
|
14 years |
michaelni |
Add the notion of pixel size in h264 related functions.
In high bit …
|
|
|
@86b0d9cd
|
14 years |
michaelni |
Make the h264 loop filter bit depth aware.
Preparatory patch for high …
|
|
|
@63cc0e77
|
14 years |
michaelni |
Template dsputil_internal.h with respect to pixel size, etc.
…
|
|
|
@9abd87bb
|
14 years |
michaelni |
Template h264idct_internal.h with respect to pixel size, etc.
…
|
|
|
@2b092f7a
|
14 years |
michaelni |
Template h264pred_internal.h with respect to bit depth, etc.
…
|
|
|
@21a7c93
|
14 years |
michaelni |
Template h264dsp_internal.h with respect to pixel size, etc.
…
|
|
|
@8dffcca5
|
14 years |
michaelni |
Move some functions in dsputil.c into a new file dsputil_internal.h.
…
|
|
|
@7bc8032
|
14 years |
michaelni |
Move the functions in h264idct into a new file h264idct_internal.h.
…
|
|
|
@c2f38da9
|
14 years |
michaelni |
Move the functions in h264pred.c into a new file h264pred_internal.h.
…
|
|
|
@2431689b
|
14 years |
michaelni |
Move the functions in h264dsp.c into a new file h264dsp_internal.h
…
|
|
|
@d4497f6d
|
14 years |
michaelni |
Add pixel formats for 9- and 10-bit yuv420p.
Also add support for …
|
|
|
@af0b2d67
|
14 years |
michaelni |
Choose h264 chroma dc dequant function dynamically.
Needed for high …
|
|
|
@488efb33
|
14 years |
michaelni |
H264: Fix slice threads
Signed-off-by: Michael Niedermayer …
|
|
|
@d1c5fdf8
|
14 years |
anton |
avio: add more documentation for AVIOContext.
|
|
|
@701d0eb1
|
14 years |
Reimar.Doeffinger |
Fix input buffer size check in adpcm_ea decoder.
Unfortunately the …
|
|
|
@768c5251
|
14 years |
anton |
Parse sprite data for WMVP and WVP2, and decode sprites for the latter …
|
|
|
@70ff5573
|
14 years |
anton |
Replace outdated info on the FAQ
FAQ could use some work. This …
|
|
|
@f8de11cf
|
14 years |
anton |
Redefine sameq
I think the documentation of sameq is causing …
|
|
|
@aeefbf61
|
14 years |
anton |
pad: fix example explanation
"row" and "column" term positions in the …
|
|
|
@3eccfaa0
|
14 years |
anton |
gradfun: add notice from the MPlayer manual
Add notice telling that …
|
|
|
@5ae4251c
|
14 years |
anton |
eval: add support for trunc, ceil, and floor functions
Signed-off-by: …
|
|
|
@2fd8756b
|
14 years |
anton |
documentation: add setdar and setsar description to filters.texi
…
|
|
|
@c1a9012d
|
14 years |
anton |
avio: document some members of AVIOContext.
|
|
|
@e782a0c6
|
14 years |
anton |
avio: document avio_close().
|
|
|
@893816ba
|
14 years |
anton |
avio: cosmetics, vertically align comments.
|
|
|
@72d4405b
|
14 years |
anton |
avio: cosmetics, group the reading functions.
|
|
|
@37744e32
|
14 years |
anton |
avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
|
|
|
@fafa7290
|
14 years |
anton |
avio: cosmetics, move AVIOContext to start of the file.
|
|
|
@6084ee5
|
14 years |
anton |
avio: update file header.
|
|
|
@3028b6ed
|
14 years |
lu_zero |
os: fix OpenBSD/PowerPC compilation
When attempting to re-enable the …
|
|
|
@73389754
|
14 years |
lu_zero |
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
PIX_FMT_BGR48LE is …
|
|
|
@47dec30e
|
14 years |
lu_zero |
oggdec: fix demuxing chained audio streams
Chained ogg served by …
|
|
|
@cbfa93ac
|
14 years |
lu_zero |
fix typo
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@afaedbd
|
14 years |
michaelni |
Add "Did you provide a clear git commit log message?" to the patch …
|
|
|
@c55efca0
|
14 years |
michaelni |
x11: fix memleak
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@05c062e9
|
14 years |
michaelni |
replace movw instruction in ac3dsp_armv6.S
AS …
|
|
|
@a2beabc2
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
daud: Don't …
|
|
|
@347b375a
|
14 years |
alex.converse |
daud: Don't write packets that are too large to have their size …
|
|
|
@d459d8e2
|
14 years |
Reimar.Doeffinger |
Abort Ogg header parsing when we encounter a data packet.
Fixes …
|
|
|
@cf39b461
|
14 years |
rsbultje |
pthread: validate_thread_parameters() ignored slice-threading being …
|
|
|
@f82163cf
|
14 years |
rsbultje |
Use consistent condition for whether to run slice-threading execute …
|
|
|
@17ca374c
|
14 years |
anton |
avformat.h: fix a misplaced #endif
|
|
|
@da21440d
|
14 years |
siretart |
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
…
|
|
|