|
|
|
@381cc4b
|
13 years |
michaelni |
update_initial_durations: use av_ts2str()
Signed-off-by: Michael …
|
|
|
@c69b6649
|
13 years |
michaelni |
update_initial_durations: add some checks to ensure things match up.
…
|
|
|
@6d49e819
|
13 years |
michaelni |
ffmpeg: revert 492cc1
This restores correct block_align values in …
|
|
|
@8443082d
|
13 years |
michaelni |
ogg: rewrite first timestamp reading code.
this is simpler and closer …
|
|
|
@5931c754
|
13 years |
michaelni |
ogg: in ogg_get_length() start from data_offset not 0.
Signed-off-by: …
|
|
|
@e73241ba
|
13 years |
stefasab |
doc/ffprobe: fix rendering of the timecode chapter in the man page
|
|
|
@3946187d
|
13 years |
stefasab |
ffprobe: add "nokey" option to default writer
Help simplifying …
|
|
|
@f48f03a4
|
13 years |
stefasab |
ffprobe: add "noprint_wrappers" option to default writer
The option …
|
|
|
@6cd06bd2
|
13 years |
stefasab |
ffprobe: simplify/fix logic for the -show_format_entry option
Do not …
|
|
|
@a0fd3221
|
13 years |
stefasab |
ffprobe: remove unused print_format_entry() function
The function was …
|
|
|
@4991cbaf
|
13 years |
michaelni |
mpegvideo_enc: Fix chroma edge size
Fixes ticket1303
Signed-off-by: …
|
|
|
@04064e1
|
13 years |
michaelni |
mpegts: fix handling of files smaller than 8kb
Fixes Ticket1094
…
|
|
|
@0db047cd
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doc: …
|
|
|
@555e292
|
13 years |
michaelni |
flac_parser: speedup fifo realloc
Fixes Ticket1121
Signed-off-by: …
|
|
|
@5edd4fce
|
13 years |
Clément Bœsch |
lavf/utils: make use of av_ts2str() to print timestamps.
|
|
|
@a927641e
|
13 years |
michaelni |
libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and …
|
|
|
@ca986a06
|
13 years |
michaelni |
libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and …
|
|
|
@c4047ad9
|
13 years |
michaelni |
libswresample: make NOP_N macro less picky on its parameters
…
|
|
|
@57bc91c7
|
13 years |
michaelni |
libswresample: Change FLOAT_TO_INT32_N to need 1 register less
same …
|
|
|
@ecfdd125
|
13 years |
michaelni |
libswresample-simd: rename 6ch pack to what it is
Signed-off-by: …
|
|
|
@429b964e
|
13 years |
michaelni |
libswresample-simd: make the converter registers parameters
…
|
|
|
@b3915c4b
|
13 years |
michaelni |
libswresample: cosmetics
Signed-off-by: Michael Niedermayer …
|
|
|
@24c0d158
|
13 years |
michaelni |
libswresample: unaligned AVX/SSE4 float and int32 6ch pack
…
|
|
|
@6f67d983
|
13 years |
michaelni |
libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing …
|
|
|
@6108e1be
|
13 years |
michaelni |
wmvenc: check if width is multiple of 2
The width of wmv1/2 video …
|
|
|
@ca29751
|
13 years |
Clément Bœsch |
lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing …
|
|
|
@1f2f031c
|
13 years |
Carl Eugen Hoyos |
Set bits_per_raw_sample when decoding libopenjpeg images.
…
|
|
|
@1337c6cf
|
13 years |
michaelni |
mpeg1enc: dont use size extension.
the spec doesnt mention this …
|
|
|
@038eb59b
|
13 years |
michaelni |
mpeg2dec: support slice_vertical_position_extension
Signed-off-by: …
|
|
|
@6b0a0dc5
|
13 years |
michaelni |
mpeg2enc: check input dimensions
Signed-off-by: Michael Niedermayer …
|
|
|
@d5df0df8
|
13 years |
michaelni |
mpeg1enc: check input dimensions
Signed-off-by: Michael Niedermayer …
|
|
|
@f153dfc9
|
13 years |
michaelni |
h263enc: test that dimensions are a multiple of 4
Signed-off-by: …
|
|
|
@7b089b79
|
13 years |
lu_zero |
doc: fix link to fate.libav.org
Signed-off-by: Diego Elio Pettenò …
|
|
|
@1caf614b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavfi: …
|
|
|
@ad6f006
|
13 years |
michaelni |
avfilter: fix regression since addition of extended_data to audio
…
|
|
|
@70e9308d
|
13 years |
michaelni |
ffmpeg: preserve bits_per_coded sample on stream copy.
Fixes …
|
|
|
@be062de9
|
13 years |
Clément Bœsch |
doc/examples: add libswresample in the libraries.
It is required for …
|
|
|
@55e5f105
|
13 years |
Clément Bœsch |
doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.
|
|
|
@8c3c7dbb
|
13 years |
Clément Bœsch |
doc/examples: add programs to .gitignore.
|
|
|
@70f133fb
|
13 years |
michaelni |
h263enc: check w/h for validity
Fixes Ticket1063
Signed-off-by: …
|
|
|
@012f04a2
|
13 years |
anton |
lavfi: autoinsert resample filter when necessary.
|
|
|
@d371e7b9
|
13 years |
anton |
lavfi: add lavr-based audio resampling filter.
|
|
|
@9188294d
|
13 years |
Clément Bœsch |
doc/examples: fix typo.
|
|
|
@5b55c7f4
|
13 years |
Clément Bœsch |
doc/examples: add -O2 in CFLAGS.
|
|
|
@072c2c08
|
13 years |
Clément Bœsch |
doc/examples: add missing math.h include in decoding/encoding example. …
|
|
|
@2f197a20
|
13 years |
Clément Bœsch |
doc/examples: link decoding_encoding and muxing with math lib.
These …
|
|
|
@9a19341e
|
13 years |
Clément Bœsch |
doc/examples: rename LDFLAGS to LDLIBS.
|
|
|
@4522df52
|
13 years |
Clément Bœsch |
lavfi: remove audio.h include from avfilter.h.
avfilter.h is a public …
|
|
|
@ea60dfe2
|
13 years |
diego |
x86: vc1: drop MMX loop filter implementation, which uses MMX2 …
|
|
|
@db11fc5
|
13 years |
Carl Eugen Hoyos |
Fix flashsv2 encoder error message.
|
|
|
@2a37ac04
|
13 years |
michaelni |
flashsv2enc: fix division by zero
Fixes other half of Ticket1105
…
|
|
|
@40d8c89
|
13 years |
michaelni |
flashsvenc: fix image sizes below 192x192
Fixes half of Ticket1105
…
|
|
|
@d0495634
|
13 years |
michaelni |
tiffenc: fix out of array read
Fixes ticket1112
Found-by: ami_stuff …
|
|
|
@3b563247
|
13 years |
michaelni |
snow: fix 32x32 encoding
Fixes ticket1083
Signed-off-by: Michael …
|
|
|
@9eb99ab2
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@de1824e9
|
13 years |
michaelni |
mpeg12: fix logic that prevents extradata from being parsed twice.
…
|
|
|
@e20f4648
|
13 years |
michaelni |
mpeg12: print an error when there was a frame in extradata.
…
|
|
|
@6d376346
|
13 years |
Carl Eugen Hoyos |
Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg. …
|
|
|
@75a9479b
|
13 years |
michaelni |
lavf: extend the avi raw hack to mov
Fixes ticket1194
Signed-off-by: …
|
|
|
@30fc7105
|
13 years |
michaelni |
lavf: print a matching tag in case of code tag validation failure
…
|
|
|
@44391f70
|
13 years |
michaelni |
lavfutils: ff_load_image: Initialize context
should fix ticket1264
…
|
|
|
@6bb35f4
|
13 years |
michaelni |
mpegtsenc: fix 10l typo, wrong stream
Signed-off-by: Michael …
|
|
|
@3700f655
|
13 years |
michaelni |
mpegtsenc: check max_delay in write_packet_internal().
Checking it …
|
|
|
@9c409e5
|
13 years |
michaelni |
mpegtsenc: fix delay type
Signed-off-by: Michael Niedermayer …
|
|
|
@ec2dbec8
|
13 years |
diego |
fate: employ better names and add a convenient shorthand for vp6 tests
|
|
|
@940be965
|
13 years |
michaelni |
dcaenc: fix out of array read
Signed-off-by: Michael Niedermayer …
|
|
|
@8616c446
|
13 years |
michaelni |
ffmpeg: fix deinterlace
Fixes ticket1295
Signed-off-by: Michael …
|
|
|
@e54e6f25
|
13 years |
mans |
arm/neon: dsputil: use correct size specifiers on vld1/vst1
Change …
|
|
|
@2eba6898
|
13 years |
mans |
arm: dsputil: prettify some conditional instructions in put_pixels …
|
|
|
@c776531a
|
13 years |
mans |
vqavideo: change x/y loop counters to the usual pattern
…
|
|
|
@4f15006
|
13 years |
mans |
avconv: use lrint() for rounding double timestamps
Converting the …
|
|
|
@01590329
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (25 …
|
|
|
@2a793ff
|
13 years |
michaelni |
vf_lut: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@98e409ec
|
13 years |
michaelni |
vf_idet: remove unused variables
Signed-off-by: Michael Niedermayer …
|
|
|
@648dbae5
|
13 years |
michaelni |
vf_idet: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@b7fe9c7a
|
13 years |
michaelni |
ffmpeg: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@0ee32b9
|
13 years |
michaelni |
ffmpeg: remove unused variables
Signed-off-by: Michael Niedermayer …
|
|
|
@36ab7948
|
13 years |
michaelni |
ffmpeg: fix uninitialized variable warning
Signed-off-by: Michael …
|
|
|
@afcb6711
|
13 years |
michaelni |
Revert "Remove libvorbis Vorbis decoding support. Our native decoder …
|
|
|
@7c7c5b24
|
13 years |
michaelni |
avutil/log: allow av_log_set_callback (NULL)
Idea-by: Don Moir …
|
|
|
@110d0cdc
|
13 years |
diego |
rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC
Code …
|
|
|
@8ea5df4f
|
13 years |
michaelni |
lavc/utils: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@91e72e35
|
13 years |
michaelni |
omadec: Check geob datasize more completely
Fixes out of heap array …
|
|
|
@706b998c
|
13 years |
diego |
ape: Use unsigned integer maths
This involves a division that should …
|
|
|
@cbc7d60
|
13 years |
mans |
arm: dsputil: fix overreads in put/avg_pixels functions
The …
|
|
|
@1de53d00
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part II/II)
|
|
|
@be545b8a
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part I/II)
|
|
|
@d55961fa
|
13 years |
martin |
rtmp: Implement check bandwidth notification.
According to the …
|
|
|
@05945db9
|
13 years |
martin |
rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the …
|
|
|
@e64673e4
|
13 years |
martin |
rtmp: Support 'rtmp_flashver', an option which overrides the version …
|
|
|
@55c9320e
|
13 years |
martin |
rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the …
|
|
|
@eee89f69
|
13 years |
michaelni |
cdg: fix pts
Fixes Ticket1226
Signed-off-by: Michael Niedermayer …
|
|
|
@7610dee8
|
13 years |
michaelni |
avfiltergraph: improve pick_format()
without this the recent changes …
|
|
|
@61930bd0
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (27 …
|
|
|
@35894ebb
|
13 years |
Clément Bœsch |
Add tools/ffeval to .gitignore.
|
|
|
@7cf78b3
|
13 years |
diego |
cmdutils: Add fallback case to switch in check_stream_specifier().
…
|
|
|
@ded69c5e
|
13 years |
diego |
sctp: be consistent with socket option level
Replace SOL_SCTP by the …
|
|
|
@779222db
|
13 years |
diego |
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.
This …
|
|
|
@8ae19143
|
13 years |
diego |
vcr1enc: drop pointless empty encode_init() wrapper function
|
|
|
@eeeefd50
|
13 years |
diego |
vcr1: drop pointless write-only AVCodecContext member from VCR1Context
|
|
|