|
|
|
@8afac88e
|
14 years |
michaelni |
ARM: update MpegEncContext offsets
(cherry picked from commit …
|
|
|
@d23e3e5f
|
14 years |
michaelni |
Move ff_emulated_edge_mc() into DSPContext.
(cherry picked from commit …
|
|
|
@efcc1064
|
14 years |
michaelni |
Optimize C version of ff_emulated_edge_mc().
From ~780 cycles to 551 …
|
|
|
@59884f55
|
14 years |
michaelni |
mpegtsenc: support CODEC_ID_AAC_LATM
$subject. Have used this for …
|
|
|
@c053bba9
|
14 years |
michaelni |
rtspenc: include os_support.h for system without HAVE_POLL_H
fix …
|
|
|
@82704826
|
14 years |
michaelni |
asfdec: ensure that the whole tag is read.
Signed-off-by: Janne …
|
|
|
@13904b55
|
14 years |
michaelni |
os_support: make poll() fallbacks conditional on CONFIG_NETWORK
…
|
|
|
@b5a7100
|
14 years |
michaelni |
Make the image2 demuxer log more verbose
Add an error message in case …
|
|
|
@6aef89d
|
14 years |
michaelni |
Update mpegts test reference
The output was changed by …
|
|
|
@79615a3
|
14 years |
michaelni |
aacdec: Convert some loop copies into memcpy()s.
Signed-off-by: Mans …
|
|
|
@6219b67
|
14 years |
michaelni |
Add muxers.texi file.
Signed-off-by: Janne Grunau …
|
|
|
@753134ae
|
14 years |
michaelni |
In mpegts "reserved_future_use" field must be set to 1 in SDT table
…
|
|
|
@e86c7883
|
14 years |
michaelni |
In the rawvideo decoder, set pkt_pts in the output frame.
…
|
|
|
@8bc65685
|
14 years |
michaelni |
In the start_frame() debug log, print the reference pos value rather …
|
|
|
@6642a179
|
14 years |
michaelni |
Fix VP8 aliasing problems.
Replace * (uint32_t *) buf accesses with …
|
|
|
@b351baa0
|
14 years |
michaelni |
rtsp: make ff_sdp_parse return value forwarded
the sdp demuxer did …
|
|
|
@d0eb91ad
|
14 years |
michaelni |
os: replace select with poll
Select has limitations on the fd values …
|
|
|
@b5f83deb
|
14 years |
michaelni |
Make ff_float_to_int16*_c() static.
Signed-off-by: Mans Rullgard …
|
|
|
@9740a357
|
14 years |
michaelni |
Hide demuxers', muxers' and protocols' objects via the ld version …
|
|
|
@06c8f31e
|
14 years |
michaelni |
Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel …
|
|
|
@76c802e9
|
14 years |
Reimar.Doeffinger |
VC1testenc: convert pts values to correct time-base.
VC1 test …
|
|
|
@55fa97e2
|
14 years |
michaelni |
Remove useage of memalign() from libmpcodecs, not all platforms have …
|
|
|
@609bdf8
|
14 years |
Reimar.Doeffinger |
Vorbis-in-Ogg: Do not set timebase to invalid values
Avoids an assert …
|
|
|
@be3e8eda
|
14 years |
michaelni |
Add forgotten dependancy of avcodec for vf_mp.c
|
|
|
@79ce1078
|
14 years |
michaelni |
cosmetics: indentation and spacing
(cherry picked from commit …
|
|
|
@733dbe7d
|
14 years |
michaelni |
Remove the add bias hack for the C version of …
|
|
|
@2f7d8977
|
14 years |
michaelni |
mov: add support for little-endian utf16 chapter names
Signed-off-by: …
|
|
|
@9653e754
|
14 years |
michaelni |
movenc: byteswap codec_tag in mov_write_ms_tag
based on Alex …
|
|
|
@0ca4fcc9
|
14 years |
michaelni |
Add special case for 2nd-order IIR filter.
40% faster in …
|
|
|
@1d20121b
|
14 years |
michaelni |
Add ff_ to AVHWAccel decoders
That unbreaks compilation of vaapi and …
|
|
|
@66355be3
|
14 years |
michaelni |
Prefix all _demuxer, _muxer, _protocol from libavformat and …
|
|
|
@ebf3ee16
|
14 years |
michaelni |
mov: simplify mov_read_chapters() by using avio_get_str16be
It …
|
|
|
@bc1aebcd
|
14 years |
michaelni |
Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"
…
|
|
|
@e3c53954
|
14 years |
michaelni |
VP8: don't overread edges on fourtap MC.
Fix C VP8 H+V MC functions …
|
|
|
@e7e2df27
|
14 years |
michaelni |
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, …
|
|
|
@4b21c38
|
14 years |
michaelni |
Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
…
|
|
|
@dff80041
|
14 years |
michaelni |
Add ff_ prefix to ac3_common_init().
Signed-off-by: Mans Rullgard …
|
|
|
@e732af87
|
14 years |
michaelni |
ac3: Remove ff_ac3_critical_band_size_tab.
It is only used to …
|
|
|
@97e528a9
|
14 years |
michaelni |
Make the avfilter debug functions and macros static to avfilter.c
…
|
|
|
@d4a84771
|
14 years |
michaelni |
Mark C base versions of FFT functions static to fft.c
Signed-off-by: …
|
|
|
@5f58927b
|
14 years |
michaelni |
Pass field order flag to libx264
Signed-off-by: Jason Garrett-Glaser …
|
|
|
@4c9bfe3e
|
14 years |
michaelni |
mpegtsenc: set reserved bits to 1 in PCR field
The reserved bits …
|
|
|
@be61983
|
14 years |
michaelni |
Make ff_add_wav static to ra144.c
Signed-off-by: Janne Grunau …
|
|
|
@3d21b4f
|
14 years |
michaelni |
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
…
|
|
|
@877937b3
|
14 years |
michaelni |
Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
…
|
|
|
@97c5b0fa
|
14 years |
michaelni |
Make ff_sin_tabs constant to rdft.c
Signed-off-by: Janne Grunau …
|
|
|
@e164553a
|
14 years |
michaelni |
Make ff_spatial_idwt_{init, slice} static to dwt.c
Both functions …
|
|
|
@ff0d737d
|
14 years |
michaelni |
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
…
|
|
|
@998d9ee7
|
14 years |
michaelni |
Remove unused ff_ac3_parse_header_full function.
Signed-off-by: Janne …
|
|
|
@c940ed42
|
14 years |
michaelni |
Make ff_mxf_pixel_layouts static to mxf.c.
Also make it an anonymous …
|
|
|
@12324121
|
14 years |
michaelni |
Make ff_h264_decode_rbsp_trailing static to h264.c
Signed-off-by: …
|
|
|
@d20d1449
|
14 years |
michaelni |
Make ff_interleave_compare_dts static to utils.c.
Signed-off-by: …
|
|
|
@0c468f56
|
14 years |
michaelni |
mov: simplify mov_read_chapters() by using avio_get_str16be
It …
|
|
|
@24519edf
|
14 years |
michaelni |
asfdec: remove some commented-out cruft
Signed-off-by: Janne Grunau …
|
|
|
@f9d6b13a
|
14 years |
michaelni |
lavf: make a variant of ff_get_str16_nolen public
It will be useful …
|
|
|
@744c1664
|
14 years |
michaelni |
armcc: filter out non-gcc options from ASFLAGS
This allows passing …
|
|
|
@9c5c348e
|
14 years |
michaelni |
configure: add filter_out() function
This adds a function to filter …
|
|
|
@ac3c04e4
|
14 years |
michaelni |
Don't do edge emulation unless the edge pixels will be used in MC.
Do …
|
|
|
@c481ff10
|
14 years |
michaelni |
ffmetaenc: Use correct format specifiers.
Use printf format macros …
|
|
|
@4c56b4bc
|
14 years |
michaelni |
intfloat_readwrite: include "mathematics.h" for fallback macros
This …
|
|
|
@8fa28af
|
14 years |
michaelni |
tty: remove superflous #include <strings.h>
Signed-off-by: Mans …
|
|
|
@8169afdb
|
14 years |
michaelni |
ac3: remove ff_ac3_critical_band_size_tab[] external declaration
This …
|
|
|
@6b784f1b
|
14 years |
michaelni |
Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
…
|
|
|
@a172126c
|
14 years |
michaelni |
Remove unused ac3_parametric_bit_allocation function.
Signed-off-by: …
|
|
|
@3ae2a75
|
14 years |
michaelni |
Makefile: fix cleaning of tools in tests directory
The variable …
|
|
|
@121053b2
|
14 years |
michaelni |
configure: move network tests before results are needed
This moves …
|
|
|
@4fee6f32
|
14 years |
michaelni |
mpegtsenc: remove unused variables
Remove two variables that were not …
|
|
|
@859749e0
|
14 years |
michaelni |
Fix ALLPROGS_G so that *_g binaries get cleaned properly
…
|
|
|
@8719b5dd
|
14 years |
michaelni |
latm: remove superflous #includes
Signed-off-by: Mans Rullgard …
|
|
|
@3e8c4f96
|
14 years |
michaelni |
avidec: make print_tag() a macro and remove related ifdefs
The …
|
|
|
@53d3f66b
|
14 years |
michaelni |
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
Signed-off-by: …
|
|
|
@c2ec089c
|
14 years |
michaelni |
Make ff_realmedia_mp3_dynamic_handler static.
Signed-off-by: Mans …
|
|
|
@e1643111
|
14 years |
michaelni |
Make denoise_dct_c() and dct_quantize_trellis_c() static in …
|
|
|
@11c7f64a
|
14 years |
michaelni |
Don't declare a pcm_dvd encoder.
The PCM_DVD encoder would be left …
|
|
|
@46353231
|
14 years |
michaelni |
Don't check for DEBUG before using dprintf.
The dprintf macro is …
|
|
|
@41727b85
|
14 years |
michaelni |
Make local variables static.
Signed-off-by: Mans Rullgard …
|
|
|
@81c38db1
|
14 years |
michaelni |
Make dvenc.c functions static to the unit.
Also drop some …
|
|
|
@295edc77
|
14 years |
michaelni |
Make denoise_dct_c and dct_quantize_trellis_c static.
Signed-off-by: …
|
|
|
@291f326a
|
14 years |
michaelni |
Make the ff_lockmgr_cb function pointer static to utils.c
…
|
|
|
@7a0e1be8
|
14 years |
michaelni |
Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard …
|
|
|
@ee7fed27
|
14 years |
michaelni |
Rename sf_table in atrac.c unit to ff_atrac_sf_table.
This ensures a …
|
|
|
@f7e5cc0a
|
14 years |
michaelni |
Mark qmf_window table static to atrac.c unit.
The table is not used …
|
|
|
@e243ed65
|
14 years |
michaelni |
x86: fix overflow in h264 8x8 planar prediction
Signed-off-by: Mans …
|
|
|
@c78c1820
|
14 years |
michaelni |
fate: add h264 test for extreme cases in planar prediction
…
|
|
|
@5658abf
|
14 years |
michaelni |
ffserver: put gcc attribute under proper ifdef
(cherry picked from …
|
|
|
@4f40ec05
|
14 years |
michaelni |
rtspdec: Retry with TCP if UDP failed
Signed-off-by: Janne Grunau …
|
|
|
@2afd30bf
|
14 years |
michaelni |
rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
…
|
|
|
@3f44e3c9
|
14 years |
michaelni |
rtsp: Use ff_rtsp_undo_setup in the cleanup code in …
|
|
|
@abbc1d27
|
14 years |
michaelni |
rtsp: Split out a function undoing the setup made by …
|
|
|
@d89a08d8
|
14 years |
michaelni |
rtsp: Make make_setup_request a nonstatic function
Signed-off-by: …
|
|
|
@1a172ce6
|
14 years |
michaelni |
applehttp: Fix the key check in handle_variant_args
The key string is …
|
|
|
@69c78161
|
14 years |
michaelni |
reindent after last commit
Signed-off-by: Janne Grunau …
|
|
|
@8a485dd
|
14 years |
michaelni |
Extend WavPack demuxer and decoder to support >2 channel audio
…
|
|
|
@0f16f725
|
14 years |
michaelni |
Do not set audio_resample to 0 if audio_sync_method is > 1.
If …
|
|
|
@0fc1961e
|
14 years |
michaelni |
ARM: NEON: fix overflow in h264 16x16 planar pred
Signed-off-by: Mans …
|
|
|
@a98ffb2b
|
14 years |
michaelni |
Add CFLAGS needed by PathScale compiler
The PathScale compiler …
|
|
|
@355d0528
|
14 years |
michaelni |
Disable symbol versioning on some BSDs
Dragonfly, NetBSD, and OpenBSD …
|
|
|
@d112aa5a
|
14 years |
michaelni |
MIPS: use inline asm only when supported by compiler
(cherry picked …
|
|
|
@604eb152
|
14 years |
michaelni |
aacenc: fix typo in sync extension constant in 8ae0fa2
(cherry picked …
|
|
|
@9de202a6
|
14 years |
jai |
ffmetaenc : Use more correct format specifiers.
Additionally, this …
|
|
|