|
|
|
@13156f4
|
14 years |
mans |
ffplay: in video_thread(), use av_dlog() for timestamp logging.
…
|
|
|
@665132e6
|
14 years |
mans |
mpegts: remove get_pts duplicate of ff_parse_pes_pts.
Signed-off-by: …
|
|
|
@d33ed7b3
|
14 years |
mans |
Enable native build on QNX/x86
|
|
|
@dfd2a005
|
14 years |
lu_zero |
Replace dprintf with av_dlog
dprintf clashes with POSIX.1-2008
|
|
|
@243f824
|
14 years |
mans |
Flush final frames in libfaac encoder.
Gives decoded output identical …
|
|
|
@e0eb963a
|
14 years |
mans |
Fix memory leak in ALS decoder in big endian systems
Signed-off-by: …
|
|
|
@d461a473
|
14 years |
mans |
Rearrange MpegEncContext to simplify access from asm
This moves the …
|
|
|
@a8f0814a
|
14 years |
janne-ffmpeg |
doc: modify style for texi2html 1.78+
The generated HTML files are …
|
|
|
@3af1fe82
|
14 years |
mans |
Fix overread in altivec DSP function sad16
Signed-off-by: Mans …
|
|
|
@ce20edb7
|
14 years |
mans |
Vorbis-in-Ogg: Do not set timebase to invalid values
Avoids an assert …
|
|
|
@0745116
|
14 years |
mans |
ARM: update MpegEncContext offsets
|
|
|
@2e27959
|
14 years |
rsbultje |
Move ff_emulated_edge_mc() into DSPContext.
|
|
|
@e5262ec4
|
14 years |
rsbultje |
Optimize C version of ff_emulated_edge_mc().
From ~780 cycles to 551 …
|
|
|
@4d54df8e
|
14 years |
mans |
mpegtsenc: support CODEC_ID_AAC_LATM
$subject. Have used this for …
|
|
|
@a0788cc
|
14 years |
janne-ffmpeg |
rtspenc: include os_support.h for system without HAVE_POLL_H
fix …
|
|
|
@04295054
|
14 years |
janne-ffmpeg |
asfdec: ensure that the whole tag is read.
Signed-off-by: Janne …
|
|
|
@362d8f7
|
14 years |
mans |
os_support: make poll() fallbacks conditional on CONFIG_NETWORK
…
|
|
|
@4fc9ff0
|
14 years |
janne-ffmpeg |
Make the image2 demuxer log more verbose
Add an error message in case …
|
|
|
@79dca23d
|
14 years |
mans |
Update mpegts test reference
The output was changed by …
|
|
|
@e5c82df8
|
14 years |
mans |
aacdec: Convert some loop copies into memcpy()s.
Signed-off-by: Mans …
|
|
|
@85466e1e
|
14 years |
janne-ffmpeg |
Add muxers.texi file.
Signed-off-by: Janne Grunau …
|
|
|
@a7827a17
|
14 years |
janne-ffmpeg |
In mpegts "reserved_future_use" field must be set to 1 in SDT table
…
|
|
|
@3c802cab
|
14 years |
janne-ffmpeg |
In the rawvideo decoder, set pkt_pts in the output frame.
…
|
|
|
@3e5bc7ff
|
14 years |
janne-ffmpeg |
In the start_frame() debug log, print the reference pos value rather …
|
|
|
@9d4bdcb7
|
14 years |
rsbultje |
Fix VP8 aliasing problems.
Replace * (uint32_t *) buf accesses with …
|
|
|
@f81c7ac7
|
14 years |
lu_zero |
rtsp: make ff_sdp_parse return value forwarded
the sdp demuxer did …
|
|
|
@a8475bbd
|
14 years |
lu_zero |
os: replace select with poll
Select has limitations on the fd values …
|
|
|
@5ce5dbc5
|
14 years |
mans |
Make ff_float_to_int16*_c() static.
Signed-off-by: Mans Rullgard …
|
|
|
@e6288640
|
14 years |
mans |
Hide demuxers', muxers' and protocols' objects via the ld version …
|
|
|
@ac28ce5f
|
14 years |
mans |
Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel …
|
|
|
@b5ec6383
|
14 years |
mans |
cosmetics: indentation and spacing
|
|
|
@9d06d7bc
|
14 years |
mans |
Remove the add bias hack for the C version of …
|
|
|
@97b04f5e
|
14 years |
janne-ffmpeg |
mov: add support for little-endian utf16 chapter names
Signed-off-by: …
|
|
|
@795ed278
|
14 years |
janne-ffmpeg |
movenc: byteswap codec_tag in mov_write_ms_tag
based on Alex …
|
|
|
@f2589642
|
14 years |
janne-ffmpeg |
In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime …
|
|
|
@37cb3eb5
|
14 years |
mans |
Add special case for 2nd-order IIR filter.
40% faster in …
|
|
|
@d1b6f33b
|
14 years |
janne-ffmpeg |
Add ff_ to AVHWAccel decoders
That unbreaks compilation of vaapi and …
|
|
|
@c6610a21
|
14 years |
mans |
Prefix all _demuxer, _muxer, _protocol from libavformat and …
|
|
|
@225b6d7f
|
14 years |
mans |
mov: simplify mov_read_chapters() by using avio_get_str16be
It …
|
|
|
@c4f8765a
|
14 years |
mans |
Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"
…
|
|
|
@22893e10
|
14 years |
rsbultje |
VP8: don't overread edges on fourtap MC.
Fix C VP8 H+V MC functions …
|
|
|
@d36beb3f
|
14 years |
mans |
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, …
|
|
|
@2d162e38
|
14 years |
mans |
Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
…
|
|
|
@4c57cde9
|
14 years |
mans |
Add ff_ prefix to ac3_common_init().
Signed-off-by: Mans Rullgard …
|
|
|
@24e3ad30
|
14 years |
mans |
ac3: Remove ff_ac3_critical_band_size_tab.
It is only used to …
|
|
|
@eb7ccf8
|
14 years |
mans |
Make the avfilter debug functions and macros static to avfilter.c
…
|
|
|
@7767d8d
|
14 years |
mans |
Mark C base versions of FFT functions static to fft.c
Signed-off-by: …
|
|
|
@b09f5482
|
14 years |
jason |
Pass field order flag to libx264
Signed-off-by: Jason Garrett-Glaser …
|
|
|
@535638b5
|
14 years |
mans |
mpegtsenc: set reserved bits to 1 in PCR field
The reserved bits …
|
|
|
@1a886748
|
14 years |
janne-ffmpeg |
Make ff_add_wav static to ra144.c
Signed-off-by: Janne Grunau …
|
|
|
@57c4d01e
|
14 years |
janne-ffmpeg |
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
…
|
|
|
@13eb6b90
|
14 years |
janne-ffmpeg |
Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
…
|
|
|
@cf1d794
|
14 years |
janne-ffmpeg |
Make ff_ass_subtitle_header static to ass.c
Signed-off-by: Janne …
|
|
|
@d625a32d
|
14 years |
janne-ffmpeg |
Make ff_sin_tabs constant to rdft.c
Signed-off-by: Janne Grunau …
|
|
|
@ebb06d96
|
14 years |
janne-ffmpeg |
Make ff_spatial_idwt_{init, slice} static to dwt.c
Both functions …
|
|
|
@f2e246f5
|
14 years |
janne-ffmpeg |
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
…
|
|
|
@676f1f53
|
14 years |
janne-ffmpeg |
Remove unused ff_ac3_parse_header_full function.
Signed-off-by: Janne …
|
|
|
@a3dffc06
|
14 years |
janne-ffmpeg |
Make ff_mxf_pixel_layouts static to mxf.c.
Also make it an anonymous …
|
|
|
@85297319
|
14 years |
janne-ffmpeg |
Make ff_h264_decode_rbsp_trailing static to h264.c
Signed-off-by: …
|
|
|
@101e1f6f
|
14 years |
janne-ffmpeg |
Make ff_interleave_compare_dts static to utils.c.
Signed-off-by: …
|
|
|
@c34461b
|
14 years |
janne-ffmpeg |
mov: simplify mov_read_chapters() by using avio_get_str16be
It …
|
|
|
@2934cd9d
|
14 years |
janne-ffmpeg |
asfdec: remove some commented-out cruft
Signed-off-by: Janne Grunau …
|
|
|
@93b78d12
|
14 years |
janne-ffmpeg |
lavf: make a variant of ff_get_str16_nolen public
It will be useful …
|
|
|
@d0f0f628
|
14 years |
mans |
armcc: filter out non-gcc options from ASFLAGS
This allows passing …
|
|
|
@9d201b26
|
14 years |
mans |
configure: add filter_out() function
This adds a function to filter …
|
|
|
@44002d83
|
14 years |
rsbultje |
Don't do edge emulation unless the edge pixels will be used in MC.
Do …
|
|
|
@c0ae5152
|
14 years |
mans |
ffmetaenc: Use correct format specifiers.
Use printf format macros …
|
|
|
@e781c4e6
|
14 years |
mans |
intfloat_readwrite: include "mathematics.h" for fallback macros
This …
|
|
|
@1e48cdaa
|
14 years |
mans |
tty: remove superflous #include <strings.h>
Signed-off-by: Mans …
|
|
|
@21c90012
|
14 years |
mans |
ac3: remove ff_ac3_critical_band_size_tab[] external declaration
This …
|
|
|
@6ed3b504
|
14 years |
mans |
Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
…
|
|
|
@362bfe29
|
14 years |
mans |
Remove unused ac3_parametric_bit_allocation function.
Signed-off-by: …
|
|
|
@3d157bf3
|
14 years |
mans |
Makefile: fix cleaning of tools in tests directory
The variable …
|
|
|
@54fe299b
|
14 years |
mans |
configure: move network tests before results are needed
This moves …
|
|
|
@6e78c8ee
|
14 years |
mans |
mpegtsenc: remove unused variables
Remove two variables that were not …
|
|
|
@3adbe49f
|
14 years |
mans |
Fix ALLPROGS_G so that *_g binaries get cleaned properly
…
|
|
|
@e153e9a5
|
14 years |
mans |
latm: remove superflous #includes
Signed-off-by: Mans Rullgard …
|
|
|
@6081f8c4
|
14 years |
mans |
avidec: make print_tag() a macro and remove related ifdefs
The …
|
|
|
@119cc033
|
14 years |
mans |
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
Signed-off-by: …
|
|
|
@69ad22c7
|
14 years |
mans |
Make ff_realmedia_mp3_dynamic_handler static.
Signed-off-by: Mans …
|
|
|
@aa61e39e
|
14 years |
mans |
Make denoise_dct_c() and dct_quantize_trellis_c() static in …
|
|
|
@5b5083b5
|
14 years |
mans |
Don't declare a pcm_dvd encoder.
The PCM_DVD encoder would be left …
|
|
|
@73a0b19
|
14 years |
mans |
Don't check for DEBUG before using dprintf.
The dprintf macro is …
|
|
|
@a6d1bd05
|
14 years |
mans |
Make local variables static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@f0a86769
|
14 years |
mans |
Make dvenc.c functions static to the unit.
Also drop some …
|
|
|
@1d4da6a4
|
14 years |
mans |
Make denoise_dct_c and dct_quantize_trellis_c static.
Signed-off-by: …
|
|
|
@bb875b75
|
14 years |
mans |
Make the ff_lockmgr_cb function pointer static to utils.c
…
|
|
|
@3568853f
|
14 years |
mans |
Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard …
|
|
|
@82e1f217
|
14 years |
mans |
Rename sf_table in atrac.c unit to ff_atrac_sf_table.
This ensures a …
|
|
|
@53493f9a
|
14 years |
mans |
Mark qmf_window table static to atrac.c unit.
The table is not used …
|
|
|
@80944df7
|
14 years |
mans |
x86: fix overflow in h264 8x8 planar prediction
Signed-off-by: Mans …
|
|
|
@e63dd5fb
|
14 years |
mans |
fate: add h264 test for extreme cases in planar prediction
…
|
|
|
@efa6ce99
|
14 years |
mans |
ffserver: put gcc attribute under proper ifdef
|
|
|
@2762a7a2
|
14 years |
janne-ffmpeg |
rtspdec: Retry with TCP if UDP failed
Signed-off-by: Janne Grunau …
|
|
|
@e836b1b0
|
14 years |
janne-ffmpeg |
rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
…
|
|
|
@aeb2de1c
|
14 years |
janne-ffmpeg |
rtsp: Use ff_rtsp_undo_setup in the cleanup code in …
|
|
|
@93e7490e
|
14 years |
janne-ffmpeg |
rtsp: Split out a function undoing the setup made by …
|
|
|
@fef5649a
|
14 years |
janne-ffmpeg |
rtsp: Make make_setup_request a nonstatic function
Signed-off-by: …
|
|
|
@4be170c9
|
14 years |
janne-ffmpeg |
Use av_fast_malloc instead of av_realloc.
This should be faster, is …
|
|
|
@032f4068
|
14 years |
janne-ffmpeg |
Handle input or output len of 0 properly in lzo decoder.
(cherry …
|
|
|