|
|
|
@a9b1a151
|
12 years |
nicolas.george |
ffmpeg: count finished streams for last stats line.
Otherwise, all …
|
|
|
@6c06b566
|
12 years |
michaelni |
rtpenc_xiph: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@c1495868
|
12 years |
Clément Bœsch |
gitignore: add scaling_video example.
|
|
|
@2cbffc67
|
12 years |
stefasab |
examples/Makefile: remove duplicated -f switch
$(RM) already includes …
|
|
|
@74419fcf
|
12 years |
stefasab |
examples: add scaling_video example
This example should be useful to …
|
|
|
@316afee7
|
12 years |
stefasab |
lavfi: add smartblur filter
This is a port of the MPlayer smartblur …
|
|
|
@18217bb0
|
12 years |
nicolas.george |
ffmpeg: report max time of unfinished streams in stats.
Eliminating …
|
|
|
@1ea77a52
|
12 years |
michaelni |
add myself as vda decoder maintainer
Signed-off-by: Michael …
|
|
|
@ba537202
|
12 years |
michaelni |
lavu: add snprintf(), vsnprint() and strtod() replacements for MS …
|
|
|
@416d2f7a
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vc1: …
|
|
|
@fb6fb0de
|
12 years |
nicolas.george |
tools: add make_chlayout_test perl script.
This script uses the flite …
|
|
|
@786dadc0
|
12 years |
nicolas.george |
cmdutils: add -layouts option.
Extract of the output:
| Individual …
|
|
|
@61e262f6
|
12 years |
michaelni |
vp56: Don't use DECLARE_ALIGN on a typedef name
Instead, use it on …
|
|
|
@7627c35a
|
12 years |
kostya.shishkov |
vc1: export some functions
This is a preparatory step for the MSS2 …
|
|
|
@4f92d31a
|
12 years |
michaelni |
vf_hqdn3d: remove duplicate inline
This should fix compilation with …
|
|
|
@fa6c795c
|
12 years |
michaelni |
allcodecs: fix vda order
Found-by: compn
Signed-off-by: Michael …
|
|
|
@e3b87b35
|
12 years |
michaelni |
configure: fix vda order
Found-by: compn
Signed-off-by: Michael …
|
|
|
@78cca742
|
12 years |
michaelni |
vdadec: implement vda decoder
Signed-off-by: Michael Niedermayer …
|
|
|
@e367d906
|
12 years |
michaelni |
aiffdec: support QDM2
Fixes ticket204
Signed-off-by: Michael …
|
|
|
@ae43c4c0
|
12 years |
mans |
configure: use HOSTCC_C/O in check_host_cc
Signed-off-by: Mans …
|
|
|
@df0d6341
|
12 years |
mans |
configure: use AS_O setting in check_as
Signed-off-by: Mans Rullgard …
|
|
|
@29b64b68
|
12 years |
mans |
configure: use LD_O setting in check_ld()
Signed-off-by: Mans …
|
|
|
@dbc9f84e
|
12 years |
mans |
Revert "dsputil: make {add/put/put_signed}_pixels_clamped() …
|
|
|
@3d868fe5
|
12 years |
diego |
build: Restore dependency of acelp_filters.o on celp_math.o
|
|
|
@dafcbfe4
|
12 years |
diego |
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
|
|
|
@55498543
|
12 years |
diego |
celp_math: Move ff_cos() to the only place it is used
|
|
|
@8f7c26e3
|
12 years |
diego |
build: Use portable abstraction for linker/hostcc output file syntax
|
|
|
@d5683aba
|
12 years |
diego |
configure: Fix shared library creation for OpenBSD
OpenBSD does not …
|
|
|
@5395d88
|
12 years |
derek.buitenhuis |
vp56: Don't use DECLARE_ALIGN on a typedef name
Instead, use it on …
|
|
|
@be862c0
|
12 years |
michaelni |
movenc: support for itunes tempo tag
Implements support for tmpo atom …
|
|
|
@237f53ce
|
12 years |
Reimar.Doeffinger |
cllc: simplify/fix swapped data buffer allocation.
Using the malloc …
|
|
|
@5cc5d9d5
|
12 years |
michaelni |
dpx: 10 and 12 bit decoding
Rewrite 10 bit dpx decoder to decode into …
|
|
|
@0de4a563
|
12 years |
kostya.shishkov |
mss1: move code that will be reused by MSS2 decoder into separate file
|
|
|
@49df339f
|
12 years |
kostya.shishkov |
mss1: merge decode_intra() and decode_inter()
They have most of their …
|
|
|
@b42be2d5
|
12 years |
martin |
avprobe: Get rid of ugly casts in the options table
This also makes …
|
|
|
@99f50907
|
12 years |
michaelni |
aiffdec: try #2 to fix bps
Signed-off-by: Michael Niedermayer …
|
|
|
@4abb88d7
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@b441a451
|
12 years |
martin |
vf_hqdn3d: Remove a duplicate inline declaration
Compilation seems to …
|
|
|
@2bd6717
|
12 years |
martin |
vf_hqdn3d: Don't declare the loop variable within the for loop
This …
|
|
|
@e0f7a9f6
|
12 years |
lu_zero |
huffyuv: update to current coding style
|
|
|
@f76e4787
|
12 years |
lu_zero |
huffman: update to current coding style
|
|
|
@125c6c07
|
12 years |
martin |
rtsp: Free the rtpdec context properly
The condition for calling the …
|
|
|
@60924dfe
|
12 years |
stefasab |
examples/decoding_encoding: make operation logic more self-evident / …
|
|
|
@3b0e2763
|
12 years |
stefasab |
examples/Makefile: apply misc minor fixes to the RM rule
Use $(RM) in …
|
|
|
@c0bca642
|
12 years |
stefasab |
examples/decoding_encoding: store temporary files in current dir
Do …
|
|
|
@73b40daf
|
12 years |
Carl Eugen Hoyos |
Use correct format identifier for uint64_t.
|
|
|
@4e8b206
|
12 years |
michaelni |
mpc: fix seeking to the end
Fixes Ticket1689
Signed-off-by: Michael …
|
|
|
@a503afb1
|
12 years |
michaelni |
mpc: clip seeking timestamp in valid range
Signed-off-by: Michael …
|
|
|
@3f02c533
|
12 years |
diego |
build: fft: x86: Drop unused YASM-OBJS-FFT- variable
|
|
|
@b9b97c2f
|
12 years |
michaelni |
aiffdec: fix bits per sample
Fixes Ticket1660
Signed-off-by: Michael …
|
|
|
@a366bea
|
12 years |
michaelni |
ffplay: fix odd YUV width by cropping the video
Should fix issue …
|
|
|
@95d1af11
|
12 years |
michaelni |
build: Fix compilation when configuring with a prog suffix
Fixes …
|
|
|
@851bac4b
|
12 years |
michaelni |
vf_hqdn3d: avoid declaring variable in for()
This should fix …
|
|
|
@17106a7c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@3a621c9
|
12 years |
michaelni |
nutenc: Support writing an index
The seek test improves in accuracy …
|
|
|
@b2a8ce4e
|
12 years |
michaelni |
nutenc: keep track of max_pts
Signed-off-by: Michael Niedermayer …
|
|
|
@c2a134c6
|
12 years |
michaelni |
nutenc: keep track if keyframe PTS
Signed-off-by: Michael Niedermayer …
|
|
|
@e6a045ba
|
12 years |
michaelni |
nutdec: Flip the direction for seeking with an index in the failure …
|
|
|
@cebbaf57
|
12 years |
michaelni |
nutdec: improve information in error message
Signed-off-by: Michael …
|
|
|
@d1ee2cf7
|
12 years |
michaelni |
nutenc: keep track of the written syncpoint count
Signed-off-by: …
|
|
|
@d7f9786c
|
12 years |
diego |
audio_frame_queue: Clean up ff_af_queue_log_state debug function
The …
|
|
|
@1ce5dce4
|
12 years |
diego |
dwt: Remove unused code.
|
|
|
@88386fee
|
12 years |
diego |
cavs: convert cavsdata.h to a .c file
Defining tables in header files …
|
|
|
@a6d9f9e
|
12 years |
diego |
cavs: Move inline functions only used in one file out of the header
|
|
|
@ef07ac1e
|
12 years |
diego |
cavs: Move data tables used in only one place to that file
|
|
|
@09bd0ea9
|
12 years |
diego |
fate: Add a single symbol Ut Video decoder test
Signed-off-by: Diego …
|
|
|
@7a1944b9
|
12 years |
Loren Merritt |
vf_hqdn3d: x86 asm
13% faster on penryn, 16% on sandybridge, 15% on …
|
|
|
@566858a7
|
12 years |
Loren Merritt |
vf_hqdn3d: support 16bit colordepth
|
|
|
@8f9941b1
|
12 years |
onemda |
avrndec: silence warning about incompatible pointer types
…
|
|
|
@44b0b85f
|
12 years |
anton |
avconv: prefer user-forced input framerate when choosing output framerate
|
|
|
@bfb39023
|
12 years |
michaelni |
h264: ff_init_cabac_states doesnt use its argument thus remove it
…
|
|
|
@c684cb29
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@0c3a3b7
|
12 years |
michaelni |
ac3_probe: fix probing of non standard AC3
Signed-off-by: Michael …
|
|
|
@db707302
|
12 years |
mans |
x86: fft: remove unused fft_dispatch* functions
These functions are …
|
|
|
@cba79d21
|
12 years |
mans |
avconv: remove unused variable opt_shortest
This was replaced with a …
|
|
|
@4b9e4486
|
12 years |
michaelni |
lavf: fix avio statistics for packets directly read without the …
|
|
|
@efab2e00
|
12 years |
derek.buitenhuis |
FATE: Add Canopus Lossless tests
Signed-off-by: Derek Buitenhuis …
|
|
|
@2626cc45
|
12 years |
Philip Langdale |
matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles.
While not …
|
|
|
@0bb37bb
|
12 years |
michaelni |
riff: fix remuxing of atrac3 in wav
The original codec expects 0 as …
|
|
|
@65b552c
|
12 years |
onemda |
lavc: add some missing .long_name to codec_descriptors[]
…
|
|
|
@4abb3539
|
12 years |
Carl Eugen Hoyos |
Fix one of the problems with -codecs, -encoders and -decoders.
|
|
|
@aa7a5651
|
12 years |
derek.buitenhuis |
cllc: Pad swapped buffer
The bitstream buffer must be padded, or the …
|
|
|
@2a57c9ae
|
12 years |
michaelni |
dpx: 10 and 12 bit encoding
Encode GBRP10 pixel format into 10 bit …
|
|
|
@fef9e841
|
12 years |
stefasab |
examples/decoding_encoding.c: tell where the decoding output files are …
|
|
|
@864e8ad
|
12 years |
stefasab |
examples/muxing: update to the new avcodec_encode_video2() API
|
|
|
@5ac603df
|
12 years |
michaelni |
doc/developer: add "Adding files to the fate-suite dataset"
…
|
|
|
@15a0fb58
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@bec180e
|
12 years |
michaelni |
Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'
* commit …
|
|
|
@6b72615c
|
12 years |
michaelni |
rtpdec_xiph: switch to av_assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@b66afe08
|
12 years |
stefasab |
lavfi/asetpts,setpts: rework debug log
Show more information, and …
|
|
|
@1181461c
|
12 years |
stefasab |
lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT
|
|
|
@01cb4c84
|
12 years |
kostya.shishkov |
utvideodec: Fix single symbol mode decoding
Put the zero length check …
|
|
|
@3d6d59ef
|
12 years |
stefasab |
doc/filters: itemize examples for *settb filters
|
|
|
@c45178c
|
12 years |
stefasab |
doc/filters: itemize examples for *setpts filters
|
|
|
@0043db29
|
12 years |
stefasab |
doc/filters: move *setpts and *settb filters to the multimedia filters …
|
|
|
@0b9a915d
|
12 years |
stefasab |
lavfi: rename vf_setpts.c to f_setpts.c
The file contains the asetpts …
|
|
|
@de608805
|
12 years |
nicolas.george |
lavc/dvdsubenc: check the type of rectangles.
Avoid a crash if a text …
|
|
|
@081bab5e
|
12 years |
mans |
truespeech: drop useless casts
These values already have the correct …
|
|
|
@0c88e7a2
|
12 years |
mans |
libavcodec: drop bogus dependencies from mpc[78] and qdm2
…
|
|
|
@2e2b8ef8
|
12 years |
mans |
mpegaudio: move ff_mpa_enwindow to a separate file
This table is used …
|
|
|