|
|
|
@250cebeb
|
13 years |
michaelni |
release_notes: document not fully understood mingw-sdl issue
…
|
|
|
@0452f77f
|
13 years |
michaelni |
release_notes: some updates
Signed-off-by: Michael Niedermayer …
|
|
|
@e1674d7e
|
13 years |
michaelni |
presets: forgotten libvpx presets
Signed-off-by: Michael Niedermayer …
|
|
|
@9b80c51
|
13 years |
michaelni |
release_notes: fix version
Signed-off-by: Michael Niedermayer …
|
|
|
@c0c50535
|
13 years |
michaelni |
release_notes: mention more codecs
Signed-off-by: Michael Niedermayer …
|
|
|
@5114e36d
|
13 years |
michaelni |
release_notes: there will be 2 releases each for one ABI/API.
…
|
|
|
@6324a5a
|
13 years |
michaelni |
release_notes: suggest git log instead of the poorly maintained …
|
|
|
@3afc647e
|
13 years |
michaelni |
release_notes: we do support releases
Signed-off-by: Michael …
|
|
|
@ad3ac1d5
|
13 years |
michaelni |
build system: disable memalign on haiku, its not reliable there.
…
|
|
|
@06724c5f
|
13 years |
michaelni |
ffprobe: remove duplicate avformat_alloc_context()
Signed-off-by: …
|
|
|
@df1768d0
|
13 years |
michaelni |
Fix segmentation fault in ffprobe
|
|
|
@3cb64e32
|
13 years |
michaelni |
wma: fix infinite loop
Signed-off-by: Michael Niedermayer …
|
|
|
@da0dadb9
|
13 years |
Carl Eugen Hoyos |
Fix H.264 4:4:4 lossless decoding.
The coefficient test for i16x16 …
|
|
|
@d39b33c6
|
13 years |
michaelni |
libx264: fix open gop default.
Please use -x264opts to force open gop …
|
|
|
@90c6963d
|
13 years |
michaelni |
avfilter picture pool: double free hotfix
This fix introduces a small …
|
|
|
@6cbe8199
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (28 …
|
|
|
@b37dfe18
|
13 years |
michaelni |
mpegaudio_parser: be less picky on the start position
Signed-off-by: …
|
|
|
@2d16394f
|
13 years |
michaelni |
ppc32: Fix movrel
Fixes ticket272
|
|
|
@e6c52cee
|
13 years |
justin.ruggles |
Replace usages of av_get_bits_per_sample_fmt() with …
|
|
|
@c5ee7407
|
13 years |
mans |
x86: cabac: fix register constraints for 32-bit mode
Some operands …
|
|
|
@2143d69b
|
13 years |
mans |
cabac: move x86 asm to libavcodec/x86/cabac.h
Signed-off-by: Mans …
|
|
|
@d075e7d5
|
13 years |
mans |
x86: h264: cast pointers to intptr_t rather than int
Only the …
|
|
|
@3a4edb76
|
13 years |
mans |
x86: h264: remove hardcoded edi in decode_significance_8x8_x86()
…
|
|
|
@b92c1a6d
|
13 years |
mans |
x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()
…
|
|
|
@3fc4e36c
|
13 years |
mans |
x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()
…
|
|
|
@e4b5a204
|
13 years |
mans |
x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()
…
|
|
|
@3146a30e
|
13 years |
mans |
x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()
…
|
|
|
@f743595e
|
13 years |
mans |
x86: cabac: remove hardcoded esi in get_cabac_inline()
Signed-off-by: …
|
|
|
@da3af4d
|
13 years |
mans |
x86: cabac: remove hardcoded edx in get_cabac_inline()
Signed-off-by: …
|
|
|
@51f16a9b
|
13 years |
mans |
x86: cabac: remove unused macro parameter
Signed-off-by: Mans …
|
|
|
@018c3383
|
13 years |
mans |
x86: cabac: remove hardcoded ebx in inline asm
Signed-off-by: Mans …
|
|
|
@6b712acc
|
13 years |
mans |
x86: cabac: remove hardcoded struct offsets from inline asm
…
|
|
|
@34ee43fc
|
13 years |
mans |
cabac: remove inline asm under #if 0
A comment says it's not faster …
|
|
|
@8fcc0e79
|
13 years |
mans |
cabac: remove BRANCHLESS_CABAC_DECODER switch
The code does not …
|
|
|
@eaa2d5a9
|
13 years |
mans |
cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED
…
|
|
|
@093768c9
|
13 years |
michaelni |
Fix bink audio playback outside of FFmpeg.
There are 2 known Bink …
|
|
|
@dea22a1a
|
13 years |
siretart |
document libswscale bump
|
|
|
@20153fb8
|
13 years |
siretart |
error_resilience: skip last-MV predictor step if MVs are not …
|
|
|
@d42aaa80
|
13 years |
siretart |
error_resilience: actually add counter when adding a MV predictor.
…
|
|
|
@3a07f5a4
|
13 years |
anton |
qdm2: Fix alignment of local array.
Fixes ticket270
Signed-off-by: …
|
|
|
@5a0a6ae6
|
13 years |
anton |
ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX
Fix …
|
|
|
@702a62a
|
13 years |
anton |
drawtext: add braces around initialisers for option defaults
Fix …
|
|
|
@53a715f5
|
13 years |
anton |
drawtext: reindent after the previous commit
Signed-off-by: Anton …
|
|
|
@3fd53def
|
13 years |
anton |
drawtext: fix strftime() text expansion
The feature was dropped after …
|
|
|
@cfbaeb31
|
13 years |
michaelni |
ffmpeg: print warning if encoding would duplicate massive amounts of …
|
|
|
@07935318
|
13 years |
siretart |
Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b
On …
|
|
|
@ea6331f8
|
13 years |
rsbultje |
h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
|
|
|
@54dd50d1
|
13 years |
michaelni |
cmdutils: remove outcommented merge trash
Signed-off-by: Michael …
|
|
|
@56e11d23
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Drop …
|
|
|
@ae88e9c
|
13 years |
alex.converse |
mov: Fix empty edit detection.
|
|
|
@4aeb7769
|
13 years |
michaelni |
dump_metadata: Fix 0xd in metadata
Fixed ticket245
Signed-off-by: …
|
|
|
@867b1067
|
13 years |
michaelni |
Attempt to fix ticket266
Signed-off-by: Michael Niedermayer …
|
|
|
@940a55cc
|
13 years |
michaelni |
eval: Fix 32bit unsigned parsing
Fixes ticket264
Signed-off-by: …
|
|
|
@a7e4342f
|
13 years |
michaelni |
avidec: consider non video to contain only keyframes when seeking.
…
|
|
|
@6c0f5172
|
13 years |
michaelni |
ffplay: dont drop frames by default when there is no audio stream
…
|
|
|
@fd2c0a5d
|
13 years |
stefano.sabatini-lala |
lavfi: add layout negotiation fields and helper functions.
|
|
|
@527ca398
|
13 years |
stefano.sabatini-lala |
lavfi: use int64_t lists in AVFilteFormats
The list type was changed …
|
|
|
@8f349b6
|
13 years |
stefano.sabatini-lala |
lavfi: fix realloc size computation in avfilter_add_format()
Replace …
|
|
|
@c6e288a7
|
13 years |
stefano.sabatini-lala |
lavfi: fix Makefile HEADERS
Add a missing space between …
|
|
|
@8d3d3436
|
13 years |
mans |
Drop git- prefix from version labels
Signed-off-by: Mans Rullgard …
|
|
|
@8fab4007
|
13 years |
siretart |
Use the contents of RELEASE as version fallback instead of 'UNKNOWN'
…
|
|
|
@7b2d2190
|
13 years |
mans |
path64/open64: filter out unsupported flags
These flags are accepted …
|
|
|
@72da9888
|
13 years |
siretart |
Add Release Notes
|
|
|
@44f669e7
|
13 years |
stefano.sabatini-lala |
lavfi: add vsink_buffer, and use it in ff* tools
Also add the public …
|
|
|
@e89ba76a
|
13 years |
stefano.sabatini-lala |
vsrc_color: use internal timebase
Avoid timescale conversion, simplify.
|
|
|
@141f0354
|
13 years |
stefano.sabatini-lala |
opt: do not crash in av_set_options_string() if opts == NULL
Add …
|
|
|
@15f03725
|
13 years |
stefano.sabatini-lala |
lavfi: add negate filter
This filter is a simple wrapper around the …
|
|
|
@dd2793c8
|
13 years |
stefano.sabatini-lala |
lavfi: add LUT (LookUp Table) generic filters
|
|
|
@4b84d511
|
13 years |
alex.converse |
sipr: Drop unused DSPContext
|
|
|
@1e3d5eec
|
13 years |
alex.converse |
sipr: include string.h for mem*()
|
|
|
@cb372931
|
13 years |
alex.converse |
sipr: Use memmove() to copy overlapped buffers.
|
|
|
@0c17beba
|
13 years |
alex.converse |
h264: drop some ugly casts
|
|
|
@83f9bc8a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@15b4f644
|
13 years |
michaelni |
swscale: fix mono input for width%8
Fixes ticket193
Signed-off-by: …
|
|
|
@799a87d7
|
13 years |
michaelni |
avidec: Ignore unknown stream types
Improves ticket131
…
|
|
|
@a4233d1f
|
13 years |
michaelni |
h264: print actual slice number in "Too many slices" warning
…
|
|
|
@9291faeb
|
13 years |
michaelni |
jpegdec: include mjpb_skiptosod in debug output
Signed-off-by: …
|
|
|
@a09a3e82
|
13 years |
michaelni |
jpegdec: fix CJPG decoding.
Fixes ticket133
Signed-off-by: Michael …
|
|
|
@0aed4f81
|
13 years |
michaelni |
w32threads: with only 1 thread there cant be a active threading mode.
…
|
|
|
@035c13e3
|
13 years |
michaelni |
ffmpeg: warn if samples need to be converted in a lossy way for …
|
|
|
@7ba26252
|
13 years |
michaelni |
flacenc: mark as lossless codec
Signed-off-by: Michael Niedermayer …
|
|
|
@34dc7aa
|
13 years |
michaelni |
libavcodec: add CODEC_CAP_LOSSLESS
Signed-off-by: Michael Niedermayer …
|
|
|
@dbafb0e0
|
13 years |
rsbultje |
lavf: prevent crash in av_open_input_file() if ap == NULL.
Needed for …
|
|
|
@bed31c7
|
13 years |
siretart |
more Changelog additions
|
|
|
@84bd2b4
|
13 years |
anton |
lavf: add a forgotten NULL check in convert_format_parameters().
|
|
|
@ed63f527
|
13 years |
rsbultje |
Fix build if yasm is not available.
|
|
|
@f188a1e0
|
13 years |
rsbultje |
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
Mainly …
|
|
|
@bde80559
|
13 years |
Clément Bœsch |
dcaenc: small quantization simplification.
|
|
|
@47a8243c
|
13 years |
Carl Eugen Hoyos |
Fix -s documentation.
|
|
|
@2905e3ff
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavc: …
|
|
|
@44d1b408
|
13 years |
michaelni |
qdm2: Fix alignment of local array.
Fixes ticket270
Signed-off-by: …
|
|
|
@0c6cf3fa
|
13 years |
stefano.sabatini-lala |
vsrc_color: set output pos values to -1
-1 is more correct than 0, as …
|
|
|
@bb3a2b72
|
13 years |
stefano.sabatini-lala |
vsrc_color: add @file doxy
Also remove outdated reference to color in …
|
|
|
@8055433b
|
13 years |
stefano.sabatini-lala |
graphparser: add missing NULL check in avfilter_graph_parse()
Fix a …
|
|
|
@369c68c4
|
13 years |
Carl Eugen Hoyos |
Support DTS in mp4/mov.
|
|
|
@78440c00
|
13 years |
anton |
lavc: add opt_find to AVCodecContext class.
Fixes encoder private …
|
|
|
@4f643430
|
13 years |
michaelni |
Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
* commit …
|
|
|
@d8ee7770
|
13 years |
Carl Eugen Hoyos |
Do not crash if SDL_SetVideoMode() fails.
|
|
|
@d5708923
|
13 years |
Carl Eugen Hoyos |
Move do_exit() and stream_close() up.
|
|
|
@5ad05dd5
|
13 years |
Carl Eugen Hoyos |
Fix documentation for -ar and -ac.
|
|
|