|
|
|
@1cf18de9
|
13 years |
anton |
wav: make sure neither data_size nor sample_count is negative.
…
|
|
|
@7f84055e
|
13 years |
anton |
wav: refactor the 'fmt ' tag search and parsing.
Moving the search …
|
|
|
@a4ad9438
|
13 years |
anton |
wav: add an option for writing BEXT chunk
Signed-off-by: Anton …
|
|
|
@c7dd3e7e
|
13 years |
anton |
ffmpeg: get rid of a pointless limit on number of streams.
|
|
|
@646a9a18
|
13 years |
anton |
ffmpeg: remove an unused define.
|
|
|
@0cdd1208
|
13 years |
anton |
Musepack SV7: try to read files without number of frames provided
…
|
|
|
@2cb6dec6
|
13 years |
diego |
doc: Improve references to external URLs.
Sometimes it makes sense to …
|
|
|
@028216b2
|
13 years |
diego |
h264: move decode_mb_skip() from h264.h to h.264_mvpred.h
This …
|
|
|
@98704131
|
13 years |
diego |
ffplay: skip return value of avcodec_decode_video2 / …
|
|
|
@828e2073
|
13 years |
diego |
dnxhdenc: Replace a forward declaration by the proper #include.
|
|
|
@c90a2538
|
13 years |
rsbultje |
h264: move h264_mvpred.h include.
Fixes the following compile error …
|
|
|
@e59d6b4d
|
13 years |
rsbultje |
pix_fmt: Fix number of bits per component in yuv444p9be
…
|
|
|
@5f847bf6
|
13 years |
anton |
lavf: deprecate AVFormatContext.timestamp
It's replaced by …
|
|
|
@b12c2592
|
13 years |
anton |
ffmpeg: merge input_files_ts_scale into InputStream.
|
|
|
@6fbf2485
|
13 years |
anton |
ffmpeg: don't abuse a global for passing sample format from input to …
|
|
|
@87c739a3
|
13 years |
anton |
ffmpeg: don't abuse a global for passing channel layout from input to …
|
|
|
@1cede1d0
|
13 years |
anton |
ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()
|
|
|
@93ade976
|
13 years |
anton |
matroskaenc: make SSA default subtitle codec.
It's a better format …
|
|
|
@4cc3467e
|
13 years |
rsbultje |
oggdec: prevent heap corruption.
Specifically crafted samples can …
|
|
|
@b047941d
|
13 years |
diego |
changelog: misc typo and wording fixes
|
|
|
@b5bbc84f
|
13 years |
jason |
H.264: add filter_mb_fast support for >8-bit decoding
Much faster …
|
|
|
@5ccbf809
|
13 years |
diego |
doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
|
|
|
@7ce914f
|
13 years |
mans |
lls: use av_lfg instead of rand() in test program
Signed-off-by: Mans …
|
|
|
@1fef92f
|
13 years |
mans |
build: remove unnecessary dependency on libs from 'all' target
The …
|
|
|
@f6b7f724
|
13 years |
jason |
H.264: avoid redundant alpha/beta calculations in loopfilter
|
|
|
@a4f6be86
|
13 years |
jason |
H.264: optimize intra/inter loopfilter decision
|
|
|
@8923cfa3
|
13 years |
anton |
mpegts: fix Continuity Counter error detection
According to MPEG-TS …
|
|
|
@ca903615
|
13 years |
mans |
build: remove unnecessary FFLDFLAGS variable
This variable is set to …
|
|
|
@d1cf459
|
13 years |
rsbultje |
vp8/mt: flush worker thread, not application thread context, on seek.
…
|
|
|
@5eafc8b4
|
13 years |
rsbultje |
mt: proper locking around release_buffer calls.
This fixes a crash …
|
|
|
@58ef4ecf
|
13 years |
rsbultje |
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
…
|
|
|
@1765aacb
|
13 years |
mans |
hwaccel: unbreak build
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@657ccb5a
|
13 years |
diego |
Eliminate FF_COMMON_FRAME macro.
FF_COMMON_FRAME holds the contents …
|
|
|
@142e76f1
|
13 years |
rsbultje |
swscale: fix crash with dithering due incorrect offset calculation.
…
|
|
|
@fdb94444
|
13 years |
mans |
matroskadec: fix stupid typo (!= -> ==)
Signed-off-by: Mans Rullgard …
|
|
|
@3e5cce81
|
13 years |
diego |
build: remove duplicates from order-only directory prerequisite list
…
|
|
|
@28e1c979
|
13 years |
mans |
build: rework rules for things in the tools dir
Declaring tools …
|
|
|
@b695256
|
13 years |
mans |
configure: fix --cpu=host with gcc 4.6
The output from -v with gcc …
|
|
|
@11043d80
|
13 years |
mans |
ARM: use const macro to define constant data in asm
Signed-off-by: …
|
|
|
@39c2a6bf
|
13 years |
mans |
bitdepth: simplify FUNC/FUNCC macros
Signed-off-by: Mans Rullgard …
|
|
|
@710b8df9
|
13 years |
mans |
dsputil: remove ff_emulated_edge_mc macro used in one place
This …
|
|
|
@0f6fc866
|
13 years |
mans |
9/10-bit: simplify clipping macros
Signed-off-by: Mans Rullgard …
|
|
|
@f47ac3c6
|
13 years |
anton |
matroskadec: reindent
|
|
|
@31ad14c2
|
13 years |
anton |
matroskadec: defer parsing of cues element until we seek.
This …
|
|
|
@84626b3
|
13 years |
anton |
lavc: add support for codec-specific defaults.
|
|
|
@71a861cf
|
13 years |
anton |
lavc: make avcodec_alloc_context3 officially public.
Deprecate …
|
|
|
@18c007ba
|
13 years |
anton |
lavc: remove a half-working attempt at different defaults for …
|
|
|
@9b83919f
|
13 years |
anton |
ac3dec: add a drc_scale private option
Deprecate corresponding …
|
|
|
@a67c061e
|
13 years |
anton |
lavf: add avformat_find_stream_info()
It supports passing options to …
|
|
|
@0b950fe2
|
13 years |
anton |
lavc: introduce avcodec_open2() as a replacement for avcodec_open().
…
|
|
|
@7f7dc4f
|
13 years |
jason |
H.264: fix filter_mb_fast with 4:4:4 + 8x8dct
|
|
|
@e35c674d
|
13 years |
justin.ruggles |
alsa: limit buffer_size to 32768 frames.
In testing, the file output …
|
|
|
@8bfd7f6a
|
13 years |
justin.ruggles |
alsa: fallback to buffer_size/4 for period_size.
buffer_size/4 is the …
|
|
|
@4c989761
|
13 years |
diego |
doc: replace @pxref by @ref where appropriate
|
|
|
@f98c9fb2
|
13 years |
rsbultje |
mpeg1video: don't abort if thread_count is too high.
Instead, just …
|
|
|
@84d098d9
|
13 years |
rsbultje |
segafilm: add support for videos with cri adx adpcm
Signed-off-by: …
|
|
|
@99fecc64
|
13 years |
anton |
gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps
Set DV …
|
|
|
@d8dbe202
|
13 years |
diego |
libxvid: Add const qualifier to silence compiler warning.
…
|
|
|
@6a2176a
|
13 years |
jason |
H.264: improve qp_thresh check
Eliminate redundant check in …
|
|
|
@99b6d2c0
|
13 years |
jason |
H.264: use fill_rectangle in CABAC decoding
|
|
|
@298e52c9
|
13 years |
jason |
H.264: Remove redundant hl_motion_16/8 code
|
|
|
@ef0c5948
|
13 years |
jason |
H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP
|
|
|
@5136ba7c
|
13 years |
jason |
H.264: faster P-SKIP decoding
Inline the relevant parts of …
|
|
|
@bbdd52ed
|
13 years |
jason |
H.264: av_always_inline some more functions
These weren't getting …
|
|
|
@c0483d0c
|
13 years |
rsbultje |
H.264: Add x86 assembly for 10-bit H.264 predict functions
Mainly …
|
|
|
@5c391a16
|
13 years |
rsbultje |
swscale: rename uv_off/uv_off2 to uv_off_px/byte.
|
|
|
@1ce724e
|
13 years |
rsbultje |
swscale: implement error dithering in planarCopyWrapper.
Based on a …
|
|
|
@4e3e333a
|
13 years |
rsbultje |
swscale: error dithering for 16/9/10-bit to 8-bit.
Based on a …
|
|
|
@7d7bacf0
|
13 years |
rsbultje |
swscale: fix overflow in 16-bit vertical scaling.
We operated on …
|
|
|
@bf2cba45
|
13 years |
rsbultje |
swscale: fix crash in 8-bpc bilinear output without alpha.
We …
|
|
|
@f44d50a9
|
13 years |
rsbultje |
swscale: fix 16-bit horizontal scaling underflow.
When using e.g. …
|
|
|
@42d622fa
|
13 years |
rsbultje |
swscale: fix 16-bit scaling when output is 8-bits.
We would use the …
|
|
|
@bda168d2
|
13 years |
anton |
mp3enc: write a xing frame containing number of frames in the file
|
|
|
@1c6d2b7d
|
13 years |
anton |
lavf: update AVStream.nb_frames when muxing.
|
|
|
@e98bc78c
|
13 years |
anton |
ffmpeg: remove unused variables from InputStream.
|
|
|
@a58db9d2
|
13 years |
anton |
doc: update ffmpeg -ar and -ac documentation to reflect reality.
|
|
|
@20f9f21f
|
13 years |
anton |
ffmpeg: remove pointless if (nb_input_files)
It's required to be …
|
|
|
@27e91f3
|
13 years |
anton |
ffmpeg: merge input_files_ts_offset into input_files.
|
|
|
@9e253c13
|
13 years |
anton |
ffmpeg: merge input_codecs into input_streams.
There's no point in …
|
|
|
@17c8cc55
|
13 years |
anton |
ffmpeg: drop AV prefixes from struct names.
Those are reserved for …
|
|
|
@f5302e5
|
13 years |
anton |
ffmpeg: deprecate loop_input and loop_output options
They were …
|
|
|
@d31e3f7
|
13 years |
anton |
gif: add loop private option.
Deprecate AVFormatContext.loop_output.
|
|
|
@6002fdef
|
13 years |
anton |
img2: add loop private option.
Deprecate AVFormatContext.loop_input.
|
|
|
@a726d7fd
|
13 years |
anton |
AVOptions: in av_opt_find() don't return named constants unless unit …
|
|
|
@ce558c8f
|
13 years |
anton |
x11grab: replace undocumented nomouse hackery with a private option.
|
|
|
@8c28e01d
|
13 years |
anton |
dict: extend documentation.
|
|
|
@fdaf1d06
|
13 years |
mans |
lls: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@a3a94e14
|
13 years |
martin |
docs: Use proper markup for a literal command line option
…
|
|
|
@a0db0b30
|
13 years |
martin |
docs: Remove a remark that isn't relevant any longer
Now the bin …
|
|
|
@37e6e6d3
|
13 years |
martin |
docs: Explain how to regenerate import libraries with MSVC tools
…
|
|
|
@b8272cc2
|
13 years |
martin |
docs: Mention that libraries for MSVC can be built with a cross …
|
|
|
@e4e3cdc6
|
13 years |
martin |
docs: Remove old docs that mention setting up a build environment with …
|
|
|
@b369f327
|
13 years |
martin |
docs: Mention the upstream bugzilla url about the dlltool vs MSVC …
|
|
|
@ecf86e1a
|
13 years |
mans |
dnxhd: prettify tables
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@51915cfa
|
13 years |
diego |
flashsv: inline copy_region() into flashsv_decode_frame()
|
|
|
@49049956
|
13 years |
diego |
avutil: Add missing test programs to Makefile.
|
|
|
@91fe7769
|
13 years |
diego |
flashsv: improve some variable names
|
|
|
@8886d752
|
13 years |
diego |
libschroedingerdec: Remove write-only variable.
…
|
|
|
@f9853c1b
|
13 years |
diego |
libavdevice: Remove disabled code.
|
|
|
@bb83478d
|
13 years |
diego |
build: remove unused copy regression test script
The copy regression …
|
|
|