|
|
|
@d6ed604c
|
12 years |
anton |
lavc: remove disabled FF_API_IDCT cruft
|
|
|
@3bcdf8dc
|
12 years |
anton |
lavc: remove disabled FF_API_SNOW cruft
|
|
|
@fcb07e8b
|
12 years |
anton |
lavc: remove disabled FF_API_MMI cruft
|
|
|
@de27d2b9
|
12 years |
anton |
lavc: remove disabled FF_API_LIBMPEG2 cruft
|
|
|
@0517c9e0
|
12 years |
anton |
lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
|
|
|
@d6d369bf
|
12 years |
martin |
atomic: prefer gcc builtins over win32 atomics, if available.
The …
|
|
|
@fc8406d
|
12 years |
janne-libav |
avframe: copy reordered_opaque in copy_props
Fixes video playback in …
|
|
|
@684e3d2e
|
12 years |
janne-libav |
ra144: check buffer size before requesting a buffer
Return an error …
|
|
|
@08149b2b
|
12 years |
janne-libav |
wmapro: unref skipped frames
|
|
|
@e3232f3
|
12 years |
janne-libav |
svq1: use av_frame_free to free refcounted frame
Fixes a memleak due …
|
|
|
@669cc0f
|
12 years |
anton |
lavc: fix get_buffer() compatibility layer for audio.
planes - …
|
|
|
@98cec5c8
|
12 years |
anton |
ratecontrol: remove an unused variable
|
|
|
@e2c29741
|
12 years |
anton |
vorbisdec: do not leak the first frame.
|
|
|
@5d639b2b
|
12 years |
lu_zero |
vf_pad: fix a & instead of && typo
Avoid buffer overflow in …
|
|
|
@2eaa3663
|
12 years |
lu_zero |
avplay: enable only when SDL 1.2 is found
SDL 2 is API incompatible.
…
|
|
|
@adfa53d6
|
12 years |
anton |
lavc: remove disabled FF_API_VDA_ASYNC cruft
|
|
|
@bdd1567c
|
12 years |
anton |
lavc: remove disabled FF_API_CODEC_ID cruft
|
|
|
@7d42fd6b
|
12 years |
anton |
lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
|
|
|
@84501710
|
12 years |
anton |
lavc: remove disabled FF_API_DSP_MASK cruft
|
|
|
@d03a94e
|
12 years |
anton |
lavc: remove disabled FF_API_SUB_ID cruft
|
|
|
@2a113695
|
12 years |
anton |
lavc: remove disabled FF_API_INTER_THRESHOLD cruft
|
|
|
@9d6cf81f
|
12 years |
anton |
lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
|
|
|
@3b0f586f
|
12 years |
anton |
lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
|
|
|
@0f24a3ca
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
|
|
|
@f073b150
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
|
|
@5d606863
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
|
|
|
@6327c107
|
12 years |
anton |
atomic: fix CAS with armcc.
On the current code, armcc will fail …
|
|
|
@486f0b0c
|
12 years |
justin.ruggles |
png: use av_mallocz_array() for the zlib zalloc function
Fixes …
|
|
|
@e984f478
|
12 years |
justin.ruggles |
libmp3lame: use the correct remaining buffer size when flushing
…
|
|
|
@666fe5da
|
12 years |
martin |
atomic: Exclude the unsupported implementation headers from …
|
|
|
@e7553f4c
|
12 years |
anton |
avconv: do not silently ignore unused codec AVOptions.
Print an error …
|
|
|
@db2d65ce
|
12 years |
anton |
avconv: fix a typo
|
|
|
@64bfc3e2
|
12 years |
anton |
FATE: replace -vb with -b:v
The -{vas}<option> syntax is now obsolete …
|
|
|
@6deae8e0
|
12 years |
anton |
FATE: remove the -dct option from some decoding tests.
It is an …
|
|
|
@41d2008b
|
12 years |
anton |
avconv: use a local variable for InputFile in open_input_file().
This …
|
|
|
@1da54e90
|
12 years |
anton |
avconv: use a local variable for OutputFile in open_output_file().
…
|
|
|
@9d3009c6
|
12 years |
anton |
avconv: print an error on applying options of the wrong type.
I.e. …
|
|
|
@e460aa32
|
12 years |
martin |
atomic: Check for sync_val_compare_and_swap instead of …
|
|
|
@f1af3d19
|
12 years |
anton |
output-example: Update to use encode_video2 instead of the now dropped …
|
|
|
@2240e92f
|
12 years |
martin |
atomic: Add include guards to the implementation headers
This makes …
|
|
|
@7c45087b
|
12 years |
anton |
lavc: update the fallback versions of ff_thread_*
Fixes build without …
|
|
|
@19dd401
|
12 years |
martin |
libopencore-amr: Add the missing 3rd argument of ff_get_buffer()
…
|
|
|
@f86d66bc
|
12 years |
anton |
vmdaudio: fix invalid reads when packet size is not a multiple of …
|
|
|
@4c0080b7
|
12 years |
anton |
wmaprodec: return an error, not 0, when the input is too small.
…
|
|
|
@cacad1c0
|
12 years |
anton |
wmaprodec: require block_align to be set.
Avoids an infinite loop in …
|
|
|
@ea1136b
|
12 years |
anton |
wmadec: require block_align to be set.
Avoids an infinite loop in the …
|
|
|
@3ba40ebb
|
12 years |
anton |
ivi_common: do not call MC for intra frames when dc_transform is unset …
|
|
|
@3e2f2002
|
12 years |
anton |
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). …
|
|
|
@8a49d2bc
|
12 years |
anton |
xxan: fix invalid memory access in xan_decode_frame_type0()
The loop …
|
|
|
@6c7d339a
|
12 years |
anton |
tty: set avg_frame_rate.
The container does not store any timestamps …
|
|
|
@bde48aa9
|
12 years |
anton |
FATE: enable multiple slices in the ffv1 vsynth test
This allows us …
|
|
|
@d2438969
|
12 years |
anton |
ffv1: fix calculating slice dimensions for version 2
It got broken in …
|
|
|
@7b89cd20
|
12 years |
anton |
eamad: allocate a dummy reference frame when the real one is missing
…
|
|
|
@0651e892
|
12 years |
anton |
Replace remaining includes of audioconvert.h with channel_layout.h
|
|
|
@542b83fc
|
12 years |
anton |
Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.
|
|
|
@d8b31be6
|
12 years |
anton |
Add the bumps and APIchanges entries for reference counted buffers changes.
|
|
|
@8df23e93
|
12 years |
anton |
lavc: postpone the removal of request_channels API.
Its replacement …
|
|
|
@1296b1f6
|
12 years |
anton |
AVFrame: deprecate all now unused fields
|
|
|
@ddcca4ba
|
12 years |
anton |
lavc: stop setting AVFrame.motion_subsample_log2
It is not used …
|
|
|
@e7bbfc4
|
12 years |
anton |
avserver: don't set deprecated options.
|
|
|
@354468fc
|
12 years |
anton |
avplay: switch to new refcounted frames API
Remove now unused …
|
|
|
@9b2dc29
|
12 years |
anton |
avconv: convert to new refcounted AVFrame API
|
|
|
@37045e42
|
12 years |
anton |
mpegvideo: drop vismv code
It has been broken for over a year without …
|
|
|
@2eba9087
|
12 years |
anton |
lavc: make up a fake frame channel layout when there is no real one.
…
|
|
|
@192f1984
|
12 years |
anton |
lavc: limit maximum number of channels to 63
This is the most that …
|
|
|
@15ec0450
|
12 years |
anton |
lavc: allow decoders to override frame parameters.
|
|
|
@3b199d29
|
12 years |
anton |
lavc decoders: properly initialize AVFrame.
|
|
|
@759001c5
|
12 years |
anton |
lavc decoders: work with refcounted frames.
|
|
|
@6e7b50b
|
12 years |
anton |
mpegvideo_enc: drop support for reusing the input motion vectors.
…
|
|
|
@7e350379
|
12 years |
anton |
lavfi: switch to AVFrame.
Deprecate AVFilterBuffer/AVFilterBufferRef …
|
|
|
@77b2cd7b
|
12 years |
anton |
AVFrame: add side data.
|
|
|
@7ecc2d40
|
12 years |
anton |
Move AVFrame from lavc to lavu.
Add AVBuffer-based reference counting …
|
|
|
@ad0c9f2d
|
12 years |
anton |
lavc: move AVFrame.hwaccel_picture_private to Picture.
This field is …
|
|
|
@1a5e9130
|
12 years |
anton |
pthread: avoid copying input packets when possible.
|
|
|
@1afddbe5
|
12 years |
anton |
avpacket: use AVBuffer to allow refcounting the packets.
This will …
|
|
|
@1cec062
|
12 years |
anton |
AVBuffer: add a new API for buffer pools
|
|
|
@8e401db
|
12 years |
anton |
lavu: add a new API for reference-counted data buffers.
|
|
|
@65f1d45d
|
12 years |
anton |
lavu: add support for atomic operations.
These could be used for …
|
|
|
@eae0879d
|
12 years |
anton |
mp3dec: Fix VBR bit rate parsing
When parsing the Xing/Info tag, …
|
|
|
@4be368b5
|
12 years |
martin |
avstring: Fix isxdigit to not accept non-hex characters
…
|
|
|
@870add0d
|
12 years |
diego |
configure: Add missing videodsp dependencies to some decoders
|
|
|
@dbd2a34b
|
12 years |
diego |
build: cosmetics: Group hw accelerator Makefile entries together
|
|
|
@bcd0a71
|
12 years |
diego |
configure: Add missing h264chroma dependencies to vp5, vp6
|
|
|
@5f401b7b
|
12 years |
diego |
Add missing error_resilience includes to files that use ER
|
|
|
@d88738e4
|
12 years |
diego |
mpegvideo: Conditionally build error_resilience bits
This breaks the …
|
|
|
@06b54e84
|
12 years |
diego |
build: Fix error_resilience code dependencies
|
|
|
@efa7f420
|
12 years |
martin |
Use the avstring.h locale-independent character type functions
Make …
|
|
|
@12c5c1d3
|
12 years |
martin |
avstring: Add locale independent versions of some ctype.h functions
…
|
|
|
@54b298fe
|
12 years |
martin |
lavc: Deprecate the deinterlace functions in libavcodec
…
|
|
|
@64e43869
|
12 years |
martin |
h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band
This …
|
|
|
@70762508
|
12 years |
martin |
lavc: Prettify printing of codec tags containing non alphanumeric …
|
|
|
@d65522e8
|
12 years |
martin |
h264: Rename the jpeg_420 pixfmt list to match the common naming …
|
|
|
@e760e1d4
|
12 years |
martin |
avconv: Make sure the encoder exists before inspecting supported_list
…
|
|
|
@5da51284
|
12 years |
martin |
cavs: Add a dependency on h264chroma
This fixes standalone building …
|
|
|
@8d061989
|
12 years |
martin |
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
…
|
|
|
@5a4e9fe8
|
12 years |
diego |
avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch
|
|
|
@5cf7c727
|
12 years |
lu_zero |
shorten: use the unsigned type where needed
get_uint returns an …
|
|
|
@4c364eb2
|
12 years |
lu_zero |
shorten: report meaningful errors
|
|
|
@a2ad554d
|
12 years |
lu_zero |
shorten: K&R formatting cosmetics
|
|
|
@c10da30d
|
12 years |
lu_zero |
shorten: set invalid channels count to 0
Prevent the loop …
|
|
|