|
|
|
@d4f8d717
|
13 years |
stefasab |
lavu/opt: clarify error message in set_key_value_pair()
|
|
|
@39de8343
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mkv: …
|
|
|
@79e5902c
|
13 years |
michaelni |
Exposing forced flag for DVD and PGS subtitles
Signed-off-by: Michael …
|
|
|
@1f46b50a
|
13 years |
michaelni |
Added AVClass for AVSubtitleRect
Signed-off-by: Michael Niedermayer …
|
|
|
@fd6eba42
|
13 years |
michaelni |
ffv1: 10l add forgotten avclass
Signed-off-by: Michael Niedermayer …
|
|
|
@5e1286a7
|
13 years |
michaelni |
libavutil: Document the shortcommings of av_parse_cpu_flags()
and …
|
|
|
@eadac34c
|
13 years |
michaelni |
cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()
…
|
|
|
@e738811c
|
13 years |
michaelni |
lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS.
See: …
|
|
|
@123dd934
|
13 years |
michaelni |
ffv1: add slicecrc option
Signed-off-by: Michael Niedermayer …
|
|
|
@0ca4642e
|
13 years |
lu_zero |
mkv: mark corrupted packets and return them
Do return error if memory …
|
|
|
@721af294
|
13 years |
lu_zero |
mkv: forward EMBL block data error
Do not return 0 on error.
|
|
|
@24e3f44a
|
13 years |
michaelni |
EC: fix dest index for non 420 chroma.
Signed-off-by: Michael …
|
|
|
@bcc213cf
|
13 years |
michaelni |
isom: remove duplicate line.
Signed-off-by: Michael Niedermayer …
|
|
|
@9ea5756d
|
13 years |
michaelni |
isom: Clarify comment for 'ec-3' fourcc
Signed-off-by: Derek …
|
|
|
@7588b33a
|
13 years |
michaelni |
ffmpeg: add the edge at the correct place in allocating of the buffer. …
|
|
|
@85395ba7
|
13 years |
lu_zero |
avcodec: introduce YCoCg colorspace
Non perceptual color model that …
|
|
|
@ccc2dfbc
|
13 years |
lu_zero |
avcodec: cosmetic cleanup on header
Apply coding style to the structs.
|
|
|
@dfa07e89
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
4xm: …
|
|
|
@b12bf032
|
13 years |
derek.buitenhuis |
aac sbr: align struct member by 32 byte.
Required because it's used …
|
|
|
@46eba43e
|
13 years |
stefasab |
lavfi/buffersink: fix header inclusion guard name
|
|
|
@3dafde0
|
13 years |
Carl Eugen Hoyos |
Simplify camstudio decoding and fix odd 16bit decoding.
Fixes ticket …
|
|
|
@9f98a8e
|
13 years |
michaelni |
swr: use memcpy when input and output match
Signed-off-by: Michael …
|
|
|
@106789df
|
13 years |
michaelni |
swr: add sample format to AudioData
Signed-off-by: Michael …
|
|
|
@2d6c29f5
|
13 years |
michaelni |
swr: add set_audiodata_fmt() and use it to simplify code
…
|
|
|
@65722e7f
|
13 years |
michaelni |
swr: int32_to_int16_mmx/sse
Signed-off-by: Michael Niedermayer …
|
|
|
@755667ee
|
13 years |
Reimar.Doeffinger |
rmenc: more than 2 streams are not currently possible.
It is possible …
|
|
|
@370211f4
|
13 years |
Reimar.Doeffinger |
nutdec: minor simplification.
Also fixes an (incorrect) "control …
|
|
|
@1d128e58
|
13 years |
Reimar.Doeffinger |
nutdec: replace assert with av_assert0.
Signed-off-by: Reimar …
|
|
|
@73edb58c
|
13 years |
michaelni |
swr: float_to_int16_sse2()
Signed-off-by: Michael Niedermayer …
|
|
|
@5932938c
|
13 years |
michaelni |
swr: float_to_int32_sse2()
Signed-off-by: Michael Niedermayer …
|
|
|
@acb2c79c
|
13 years |
mans |
4xm: fix invalid array indexing
Indexing outside arrays is invalid …
|
|
|
@9d7c1b4c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@c31be45e
|
13 years |
nicolas.george |
lavc: minor bump for the new fields in AVFrame.
|
|
|
@7fb8b491
|
13 years |
rsbultje |
rv34dsp: factorize a multiplication in the noround inverse transform
…
|
|
|
@128dda7
|
13 years |
nicolas.george |
lavc: add a sample_rate field to AVFrame.
The field is filled with …
|
|
|
@4b0521ec
|
13 years |
nicolas.george |
lavc: add a channel_layout field to AVFrame.
The field is filled with …
|
|
|
@d834ab0f
|
13 years |
rsbultje |
rv40: perform bitwise checks in loop filter
Down from 95 kcycles to …
|
|
|
@774b681b
|
13 years |
rsbultje |
rv34: remove inline keyword from rv34_decode_block().
Force-inlining …
|
|
|
@0195ab5
|
13 years |
rsbultje |
rv40: change a logical test into a bitwise one.
Signed-off-by: Ronald …
|
|
|
@88027999
|
13 years |
rsbultje |
rv34: remove constant parameter
is_block2 was always 0, so just …
|
|
|
@34e1b075
|
13 years |
rsbultje |
rv40: don't always do the full prev_type search
120->100 cycles.
…
|
|
|
@82c71913
|
13 years |
michaelni |
h264: new assembly version of get_cabac for x86_64 with PIC
This adds …
|
|
|
@7f668cd2
|
13 years |
michaelni |
h264: use one table instead of several for cabac functions
The reason …
|
|
|
@e52b961
|
13 years |
michaelni |
h264: (trivial) make ff_h264_lps_state static
not used outside the …
|
|
|
@5520df6a
|
13 years |
michaelni |
h264: (trivial) remove unneeded macro argument in x86/cabac.h
…
|
|
|
@e75d1d4f
|
13 years |
rsbultje |
dsputil x86: revert a test back to its previous value
Commit 356ee8d …
|
|
|
@fe5ed69d
|
13 years |
rsbultje |
rv34dsp x86: implement MMX2 inverse transform
141 cycles down to 51.
…
|
|
|
@f1b82099
|
13 years |
nicolas.george |
src_buffer: add forgotten avfilter_unref_buffer.
|
|
|
@b72a0f9c
|
13 years |
michaelni |
swr: add int16_to_float_sse2()
Signed-off-by: Michael Niedermayer …
|
|
|
@64943b47
|
13 years |
michaelni |
lavf remove duplicated check in has_duration
this hunk was merged in …
|
|
|
@75d5624c
|
13 years |
nicolas.george |
avfilter: filter_samples: read pts before filtering.
The call to the …
|
|
|
@9b9df1cd
|
13 years |
rsbultje |
h264: new assembly version of get_cabac for x86_64 with PIC
This adds …
|
|
|
@14e9ffc1
|
13 years |
rsbultje |
h264: use one table instead of several for cabac functions
The reason …
|
|
|
@444f47b
|
13 years |
rsbultje |
h264: (trivial) remove unneeded macro argument in x86/cabac.h
…
|
|
|
@832c3b10
|
13 years |
michaelni |
swr: add int32_to_float_sse2
could be done for sse/3dnow too if …
|
|
|
@95057b19
|
13 years |
michaelni |
swr: int16->int32: use the old index negate trick to avoid 2 adds
…
|
|
|
@113738d6
|
13 years |
michaelni |
swr: more correct cglobal parameters to int16->int32
Signed-off-by: …
|
|
|
@12eeced8
|
13 years |
nicolas.george |
avio: change ffurl_alloc return code.
If the designated protocol is …
|
|
|
@a7fa5ce6
|
13 years |
diego |
libschroedingerdec: check malloc
Signed-off-by: Diego Biurrun …
|
|
|
@fa5daaca
|
13 years |
michaelni |
swr: seperate functions for aligned & unaligned
If someone has an …
|
|
|
@bcc66ff0
|
13 years |
michaelni |
swr: add int16_to_int32_mmx/sse
Signed-off-by: Michael Niedermayer …
|
|
|
@06b62cb8
|
13 years |
michaelni |
swr: move AudioConvert to header
the next commits will need it
…
|
|
|
@edbde522
|
13 years |
michaelni |
swr: change sample format representation so as to maintain the …
|
|
|
@9d4a1aca
|
13 years |
Reimar.Doeffinger |
Fix compilation with YASM/NASM without AVX support.
Signed-off-by: …
|
|
|
@a0a0199d
|
13 years |
nicolas.george |
examples/filtering_audio: do not stop on decode error.
Decode errors …
|
|
|
@8f19483d
|
13 years |
nicolas.george |
examples/filtering_audio: fix a memory leak.
|
|
|
@2ae5af80
|
13 years |
nicolas.george |
lavfi: rename vsrc_buffer.c into src_buffer.c.
|
|
|
@7ad0d986
|
13 years |
nicolas.george |
lavfi: merge asrc_abuffer into vsrc_buffer.
|
|
|
@3b52e9d
|
13 years |
lu_zero |
segment: reorder seg_write_header allocation
As pointed by Paul B …
|
|
|
@e1e146a2
|
13 years |
lu_zero |
avio: make avio_close(NULL) a no-op
Its behaviour in line with …
|
|
|
@28c57751
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpegts: …
|
|
|
@18c6bd09
|
13 years |
stefasab |
lavfi/tinterlace: remove unnecessary NULL check in start_frame()
|
|
|
@cf9f7e4
|
13 years |
stefasab |
lavfi/tinterlace: use avfilter_unref_bufferp()
|
|
|
@a853e88a
|
13 years |
stefasab |
lavfi/tinterlace: fix doxy in copy_picture_field()
|
|
|
@546adc1f
|
13 years |
justin.ruggles |
mov: Parse EC3SpecificBox (dec3 atom).
Skip to parse fields for …
|
|
|
@73c1e3ba
|
13 years |
michaelni |
asrc_abuffer: return EAGAIN if no frame is available
Signed-off-by: …
|
|
|
@6b55aab
|
13 years |
stefasab |
lavfi: create buffer reference in filters which need to access the ref …
|
|
|
@6f3b1d7f
|
13 years |
stefasab |
lavfi/bbox: add missing space between pts and x1 values in the log
|
|
|
@423b8276
|
13 years |
Clément Bœsch |
lavc: add MicroDVD decoder.
Based on my MicroDVD->ASS conversion code …
|
|
|
@e40981b8
|
13 years |
Clément Bœsch |
lavf/microdvd: set packet duration.
|
|
|
@df8aa459
|
13 years |
martin |
mpegts: Make sure we don't return uninitialized packets
This fixes …
|
|
|
@3e1d3eb
|
13 years |
nicolas.george |
parseutils: replace setenv() by putenv().
putenv() seems to be more …
|
|
|
@1b4f0857
|
13 years |
diego |
gitignore: replace library catch-all pattern by more specific patterns …
|
|
|
@dcfc12e8
|
13 years |
michaelni |
swr-test: simplify prng code
Signed-off-by: Michael Niedermayer …
|
|
|
@e5474f5c
|
13 years |
nicolas.george |
doc: fix syntax for durations and timestamps.
Omitting the seconds …
|
|
|
@bbd3dc49
|
13 years |
michaelni |
swr: unroll audioconvert core C function
36k->32k decicycles
…
|
|
|
@4119fa70
|
13 years |
michaelni |
swr: audioconvert, mark some constants as floats.
idea from avr
…
|
|
|
@76d376d9
|
13 years |
michaelni |
swr-test: fix declaration statement ordering.
swr-test is now warning …
|
|
|
@f75169b2
|
13 years |
michaelni |
swr-test: fix pointer type warnings
Signed-off-by: Michael …
|
|
|
@7b2ce507
|
13 years |
michaelni |
swr-test: fix unused var warnings
Signed-off-by: Michael Niedermayer …
|
|
|
@a0dd81dd
|
13 years |
michaelni |
swr-test:indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@e890b689
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@f1f5b398
|
13 years |
michaelni |
swr-test: support fabrices audiogen like avr
Signed-off-by: Michael …
|
|
|
@73be22f5
|
13 years |
michaelni |
swr-test: fix u8 zero point.
Signed-off-by: Michael Niedermayer …
|
|
|
@56f89bae
|
13 years |
michaelni |
swr-test: improve rounding in set()
Signed-off-by: Michael …
|
|
|
@5473a98e
|
13 years |
nicolas.george |
af_amerge: return errors from subfilters when requesting a frame
|
|
|
@0a07f2b3
|
13 years |
mans |
dsputil: fix invalid array indexing
Indexing outside an array is …
|
|
|
@27de7a8e
|
13 years |
michaelni |
swr-test: remove unneeded hack to test planar formats.
planar formats …
|
|
|
@08809e30
|
13 years |
michaelni |
swr-test: improve output
Signed-off-by: Michael Niedermayer …
|
|
|
@5347b9da
|
13 years |
michaelni |
swr-test: print channel layout, instead of just channel counts
…
|
|
|