|
|
|
@f952b23e
|
12 years |
nicolas.george |
vf_tile: fix output buffer ownership.
There is no need to start_frame …
|
|
|
@7ddf082f
|
12 years |
stefasab |
lavfi/testsrc: drop pointless parentheses
|
|
|
@2702e384
|
12 years |
stefasab |
lavfi: remove unused defaults.c file
|
|
|
@6eee9f55
|
12 years |
nicolas.george |
8svx: ensure that packet size is multiple of channels.
Fix an assert …
|
|
|
@d1ebb25a
|
12 years |
Carl Eugen Hoyos |
Skip chan tag padding.
Fixes ticket #1580
|
|
|
@296bcdd2
|
12 years |
onemda |
paf: use reget_bufer() instead of get_buffer()
Pallete is written to …
|
|
|
@c36bad3b
|
12 years |
onemda |
xvma: remove unused variable
Signed-off-by: Paul B Mahol …
|
|
|
@b0c51bbc
|
12 years |
michaelni |
h264_mc_template: switch to av_assert
Signed-off-by: Michael …
|
|
|
@38d1c5a4
|
12 years |
michaelni |
g722enc: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@d57a9928
|
12 years |
michaelni |
ffmpeg: avoid bogus error with "test.flac -c copy -f null -"
…
|
|
|
@d1dad7c8
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpc8: …
|
|
|
@f2ed006c
|
12 years |
anton |
mpc8: return more meaningful error codes.
|
|
|
@263dbe9d
|
12 years |
anton |
mpc: return more meaningful error codes.
|
|
|
@782e64fb
|
12 years |
anton |
wv,mpc8: don't return apetag data in packets.
|
|
|
@d2ca5dd0
|
12 years |
nicolas.george |
loco: fix return value.
The return value was the number of bytes …
|
|
|
@91ec1c6c
|
12 years |
nicolas.george |
loco: take decode overflow into account.
Commit 2bf0982 introduced an …
|
|
|
@b2814b03
|
12 years |
nicolas.george |
sp5xdec: sanitize return value.
i is the decoded size of a recoded …
|
|
|
@7a539e67
|
12 years |
nicolas.george |
8svx: unify mono and stereo code paths.
|
|
|
@5caea648
|
12 years |
nicolas.george |
8svx: remove useless rounding code.
samples_size and samples_idx are …
|
|
|
@1c987818
|
12 years |
nicolas.george |
8svx: use a more direct condition.
esc->table was inited based on …
|
|
|
@9009fa6d
|
12 years |
nicolas.george |
movtextdec: fix return value for too small packets.
|
|
|
@3d5dc7d8
|
12 years |
nicolas.george |
mmvideo: count preamble size in return value.
MM_PREAMBLE_SIZE is …
|
|
|
@cc7eff1f
|
12 years |
nicolas.george |
vc1dec: count ENDOFSEQ code in return value.
|
|
|
@89898cd
|
12 years |
nicolas.george |
ffprobe: fix validity error with tags and data.
Add "data" and …
|
|
|
@9c9c21ea
|
12 years |
lu_zero |
rtmp: do not warn about receiving metadata packets
They are managed …
|
|
|
@8728b381
|
12 years |
diego |
x86: h264dsp: Adjust YASM #ifdefs
This fixes compilation with YASM …
|
|
|
@d1505db0
|
12 years |
diego |
x86: yadif: Mark mmxext optimizations as such
The yadif mmx …
|
|
|
@52bd9cb4
|
12 years |
stefasab |
lavfi/movie: force channel layout if not set by the decoder
This …
|
|
|
@c809b89a
|
12 years |
stefasab |
ffprobe: show audio frame channels and channel_layout
|
|
|
@23fc4dd
|
12 years |
stefasab |
lavc: add channels field to AVFrame
This is required otherwise it is …
|
|
|
@b4c33598
|
12 years |
stefasab |
lavfi/asettb: do not create a new reference in filter_samples()
There …
|
|
|
@a7c3720e
|
12 years |
stefasab |
lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special …
|
|
|
@b829b4ce
|
12 years |
rsbultje |
h264: convert loop filter strength dsp function to yasm.
This …
|
|
|
@00ddf620
|
12 years |
michaelni |
mpegdemux: Fix probing of unrecognized_mpeg_video.mpg
Fixes …
|
|
|
@3b5ba60a
|
12 years |
michaelni |
vc1dec: fix handling of max_coded dimensions
Fixes Ticket1502
…
|
|
|
@30c8573d
|
12 years |
michaelni |
mpeg4videoenc: ensure SAR is within the supported range
…
|
|
|
@b5da7d4c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@0177b7d2
|
12 years |
diego |
Improve descriptiveness of a number of codec and container long names
|
|
|
@a85b4a56
|
12 years |
nicolas.george |
lavfi: use correct PTS for link age.
When start_frame has returned, …
|
|
|
@64f07754
|
12 years |
michaelni |
buildsys: fix c++ compilation
Based on code by: carl
Signed-off-by: …
|
|
|
@64a2c51f
|
12 years |
michaelni |
fate: fix forgotten hunk for framerate order change in ffmpeg.c
…
|
|
|
@31619584
|
12 years |
michaelni |
yadif: update frame rate
Signed-off-by: Michael Niedermayer …
|
|
|
@cbb2c95e
|
12 years |
michaelni |
ffmpeg: init simple filter graph before trying to extract framerate …
|
|
|
@dfd8f2ff
|
12 years |
michaelni |
avfilter: fix minor typo
Signed-off-by: Michael Niedermayer …
|
|
|
@6774247a
|
12 years |
diego |
avformat: Drop pointless "format" from container long names
|
|
|
@f8939044
|
12 years |
nicolas.george |
audioconvert: add av_get_standard_channel_layout().
Also bump minor …
|
|
|
@33449b17
|
12 years |
nicolas.george |
audioconvert: add av_get_channel_description().
|
|
|
@cc554704
|
12 years |
nicolas.george |
audioconvert: include the description of channels in the library.
|
|
|
@8a6d673e
|
12 years |
onemda |
flacdec: fix memleaks
While here refactor code.
Signed-off-by: Paul …
|
|
|
@753a1b09
|
12 years |
michaelni |
samplefmt: Fix warning about discarded qualifier
Signed-off-by: …
|
|
|
@938e4470
|
12 years |
michaelni |
options: Fix warning about incompatible pointer type
Signed-off-by: …
|
|
|
@8e5d71d
|
12 years |
rsbultje |
swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.
|
|
|
@7d1918af
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
flvdec: …
|
|
|
@29d70274
|
12 years |
diego |
wv: K&R formatting cosmetics
|
|
|
@193cdd9a
|
12 years |
diego |
configure: Add missing descriptions to help output
|
|
|
@316f6df9
|
12 years |
stefasab |
lavfi/avcodec: rename picref->samplesref variable in …
|
|
|
@9cf9214d
|
12 years |
stefasab |
lavfi/color: free internal context options in uninit()
Keeping the …
|
|
|
@a74dcb7d
|
12 years |
stefasab |
lavfi/color: cache and reuse colored picture in context
Avoid to fill …
|
|
|
@47b6b7a2
|
12 years |
stefasab |
lavfi/color: reindent after the previous commit
|
|
|
@e5d617aa
|
12 years |
stefasab |
lavfi/color: drop support for old deprecated syntax
|
|
|
@ad2022ac
|
12 years |
stefasab |
lavfi/testsrc: add comment in options
|
|
|
@be391fb6
|
12 years |
rsbultje |
h264_ps: declare array of colorspace strings on its own line.
|
|
|
@70c8753d
|
12 years |
mans |
fate: amix: specify f32 sample format for comparison
Signed-off-by: …
|
|
|
@9f1280de
|
12 years |
mans |
tiny_psnr: support 32-bit float samples
Signed-off-by: Mans Rullgard …
|
|
|
@7c26761
|
12 years |
michaelni |
Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'
* commit …
|
|
|
@f3eb0083
|
12 years |
mans |
eamad/eatgq/eatqi: call special EA IDCT directly
These decoders use a …
|
|
|
@591766a3
|
12 years |
mans |
eamad: remove use of MpegEncContext
There is no sense in pulling in …
|
|
|
@87cf481a
|
12 years |
mans |
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by: …
|
|
|
@72dabdfc
|
12 years |
michaelni |
aacenc: new default cutoff
Improves subjective quality
Formula and …
|
|
|
@be51e589
|
12 years |
justin.ruggles |
af_asyncts: avoid overflow in out_size with large delta values
|
|
|
@70d71b5
|
12 years |
justin.ruggles |
af_asyncts: add first_pts option
This allows for padding/trimming at …
|
|
|
@41f43202
|
12 years |
lu_zero |
flvdec: remove spurious use of stream id
We match streams by codec id now.
|
|
|
@981d97f6
|
12 years |
nicolas.george |
doc/filters: document TB variable for vf_setpts.
|
|
|
@5c81a9ff
|
12 years |
nicolas.george |
libx264: list possible profiles.
The values are listed if setting …
|
|
|
@aba232cf
|
12 years |
anton |
lavf: deprecate r_frame_rate.
According to its description, it is …
|
|
|
@f66eeff1
|
12 years |
anton |
lavf: round estimated average fps to a "standard" fps.
|
|
|
@fe1c1198
|
12 years |
anton |
lavf: use dts difference instead of AVPacket.duration in …
|
|
|
@681ed000
|
12 years |
anton |
avf: introduce nobuffer option
Useful in cases where a significant …
|
|
|
@e4f3a969
|
12 years |
onemda |
lavf/apetag: move common stuff between writer and reader to single …
|
|
|
@c3c9c4d0
|
12 years |
onemda |
doc/general: add missed WavPack muxing support information
…
|
|
|
@29ba3aac
|
12 years |
onemda |
lavf/smacker: remove bogus video from .long_name
Signed-off-by: Paul …
|
|
|
@c25dc1f9
|
12 years |
onemda |
wvenc: support for ape tags
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@bd93f965
|
12 years |
onemda |
APE tag writer
|
|
|
@a3a0774b
|
12 years |
onemda |
WavPack muxer
|
|
|
@706bd8ea
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (35 …
|
|
|
@d905c644
|
12 years |
mans |
fate: make yadif tests consistent across systems
MMX-enabled systems …
|
|
|
@1ad715db
|
12 years |
rsbultje |
vf_hqdn3d: support 9 and 10bit colordepth
Signed-off-by: Ronald S. …
|
|
|
@0f583e6c
|
12 years |
rsbultje |
vf_hqdn3d: reduce intermediate precision
11% faster on penryn, 7% on …
|
|
|
@85e228c7
|
12 years |
rsbultje |
vf_hqdn3d: simplify and optimize
14% faster on penryn, 2% on …
|
|
|
@fb44e740
|
12 years |
rsbultje |
factor identical ff_inplace_start_frame out of two filters
…
|
|
|
@60b97855
|
12 years |
rsbultje |
vf_hqdn3d: cosmetics
Change code style to match the rest of libav.
…
|
|
|
@dcb7ef54
|
12 years |
rsbultje |
avprobe/avconv: fix tentative declaration compile errors on MSVS.
|
|
|
@0f8f9248
|
12 years |
nicolas.george |
faq: suggest the concat filter.
|
|
|
@2d6f442c
|
12 years |
nicolas.george |
faq: disambiguate "join".
|
|
|
@3adc9c99
|
12 years |
michaelni |
ffmpeg: allow using the r_frame_rate as fundamental timebase for …
|
|
|
@c83f44db
|
12 years |
rsbultje |
h264_idct_10bit: port x86 assembly to cpuflags.
|
|
|
@f8d8fe25
|
12 years |
rsbultje |
x86inc: clip num_args to 7 on x86-32.
This allows us to …
|
|
|
@96c9cc10
|
12 years |
rsbultje |
x86inc: sync to latest version from x264.
|
|
|
@b3c5ae5
|
12 years |
rsbultje |
fft: rename "z" to "zc" to prevent name collision.
Without this, …
|
|
|
@157f9569
|
12 years |
michaelni |
ffmpeg: add code to perform ts wrap correction
Fixes ticket1385
…
|
|
|