|
|
|
@e3bf3d53
|
14 years |
michaelni |
Add APIchanges entry for lavc 52.109.0
Signed-off-by: Mans Rullgard …
|
|
|
@6cd67b9f
|
14 years |
michaelni |
Add CODEC_ID_PRORES and bump lavc minor version
Signed-off-by: Mans …
|
|
|
@d25d1d06
|
14 years |
michaelni |
Add AVC-Intra identifiers used by Flip4Mac for mov files
…
|
|
|
@e31a7441
|
14 years |
michaelni |
Remove a few if (p) av_free(p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@0c8eb72e
|
14 years |
michaelni |
Avoid pointless check before calling free
Signed-off-by: Mans …
|
|
|
@cf96cce7
|
14 years |
michaelni |
Set pkt_pts in avcodec_default_reget_buffer()
This was missed when …
|
|
|
@d0d8a9b1
|
14 years |
michaelni |
Free AVStream->info in chained muxers
This fixes memory leaks in the …
|
|
|
@c6347bdf
|
14 years |
michaelni |
rtsp: Don't store RTSPStream in AVStream->priv_data
For mpegts in …
|
|
|
@4a908866
|
14 years |
michaelni |
ffmpeg.c: rename map_meta_data option to map_metadata
It's consistent …
|
|
|
@e921bd57
|
14 years |
michaelni |
Add forgotten minor API bumps and APIChanges entries
The bumps are …
|
|
|
@1003022
|
14 years |
michaelni |
ac3enc: Change EXP_DIFF_THRESHOLD to 500.
This patch changes the …
|
|
|
@057f3d27
|
14 years |
michaelni |
Log debug information in filter_samples().
Signed-off-by: Mans …
|
|
|
@8904a0f1
|
14 years |
michaelni |
ffplay: factorize code from video_thread() into …
|
|
|
@01b75fa9
|
14 years |
michaelni |
ARM: add helper macro for declaring constant data
Signed-off-by: Mans …
|
|
|
@fe2ff6d
|
14 years |
michaelni |
Separate format conversion DSP functions from DSPContext.
This will …
|
|
|
@a35d782d
|
14 years |
michaelni |
Fix ff_imdct_calc_sse() on gcc-4.6
Gcc 4.6 only preserves the first …
|
|
|
@2aaa2a1
|
14 years |
michaelni |
Free the RTSPStreams in ff_rtsp_close_streams
This plugs a small …
|
|
|
@45eaec30
|
14 years |
michaelni |
h264: add profile names for the existing defines
Signed-off-by: Janne …
|
|
|
@94e3e83
|
14 years |
michaelni |
h264: Add Intra and Constrained Baseline profiles to avctx.profile …
|
|
|
@8a92ec7
|
14 years |
michaelni |
dca: avoid C99 declaration in for() expression
Signed-off-by: Mans …
|
|
|
@10ed02eb
|
14 years |
michaelni |
Makefile: remove unused variable ALLHTMLPAGES
Signed-off-by: Mans …
|
|
|
@850e9c6d
|
14 years |
michaelni |
Makefile: build docs only for enabled tools; fix docs dependencies
…
|
|
|
@5ad4335c
|
14 years |
michaelni |
VP8: merge chroma MC calls
Adds some duplicated code, but avoids …
|
|
|
@baffa091
|
14 years |
michaelni |
Implement a SIMD version of emulated_edge_mc() for x86.
From ~550 …
|
|
|
@c0f88eed
|
14 years |
michaelni |
Auto-generate dependencies for documentation
Signed-off-by: Mans …
|
|
|
@389b5bfa
|
14 years |
michaelni |
cosmetics: indentation
Signed-off-by: Mans Rullgard <mans@mansr.com> …
|
|
|
@a8ae4e0e
|
14 years |
michaelni |
Remove unneeded add bias from 3 functions.
…
|
|
|
@403fa3cf
|
14 years |
michaelni |
Ogg: discard non-essential metadata from Vorbis header when creating …
|
|
|
@e98b8e2f
|
14 years |
michaelni |
Implement av_samples_alloc() and av_samples_fill_arrays().
With minor …
|
|
|
@40222b92
|
14 years |
michaelni |
Provide monotone revission numbers in version.sh
|
|
|
@7b3ea550
|
14 years |
michaelni |
Add sample_aspect_ratio fields to vsrc_buffer arguments.
This fixes …
|
|
|
@14b171cd
|
14 years |
michaelni |
Add sample_aspect_ratio to AVFilterLink
|
|
|
@b482c001
|
14 years |
Reimar.Doeffinger |
Remove pts rescaling code that is useless after …
|
|
|
@1276367
|
14 years |
Reimar.Doeffinger |
Document that av_write_header sets stream time_base to a value of it …
|
|
|
@2c30f7b3
|
14 years |
michaelni |
mpegtsenc: fix PMT PID calculation
…
|
|
|
@0374152f
|
14 years |
michaelni |
Rename attribute_used to av_used and move it to attributes.h
This is …
|
|
|
@a735bbbb
|
14 years |
michaelni |
Replace defines in libavformat/mpegtsenc.c with AVOptions
Around …
|
|
|
@29f22e04
|
14 years |
michaelni |
Add documentation for the image2 muxer.
Signed-off-by: Ronald S. …
|
|
|
@2ff4a276
|
14 years |
michaelni |
VC1testenc: convert pts values to correct time-base.
Signed-off-by: …
|
|
|
@939bfc87
|
14 years |
michaelni |
asf/wtv: use service_provider and service_name metadata tags
…
|
|
|
@5a8d1075
|
14 years |
michaelni |
Make ffmpeg warns the user when the selected sample format is ignored. …
|
|
|
@a4257d7
|
14 years |
michaelni |
Slightly simplify VP8 inter_predict
Merge an if and a switch.
(cherry …
|
|
|
@2fa1d7b3
|
14 years |
michaelni |
In ffplay:get_video_frame(), use frame->pkt_pts rather than …
|
|
|
@97b925ea
|
14 years |
michaelni |
ffplay: in video_thread(), use av_dlog() for timestamp logging.
…
|
|
|
@e5e3897
|
14 years |
michaelni |
mpegts: remove get_pts duplicate of ff_parse_pes_pts.
Signed-off-by: …
|
|
|
@9873463c
|
14 years |
michaelni |
Enable native build on QNX/x86
(cherry picked from commit …
|
|
|
@9ef5a9de
|
14 years |
michaelni |
Replace dprintf with av_dlog
dprintf clashes with POSIX.1-2008 …
|
|
|
@4592c85f
|
14 years |
michaelni |
Flush final frames in libfaac encoder.
Gives decoded output identical …
|
|
|
@5255acc6
|
14 years |
michaelni |
Fix memory leak in ALS decoder in big endian systems
Signed-off-by: …
|
|
|
@451b4b86
|
14 years |
michaelni |
Rearrange MpegEncContext to simplify access from asm
This moves the …
|
|
|
@5231d627
|
14 years |
michaelni |
doc: modify style for texi2html 1.78+
The generated HTML files are …
|
|
|
@bc0a603c
|
14 years |
michaelni |
Fix overread in altivec DSP function sad16
Signed-off-by: Mans …
|
|
|
@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.
…
|
|
|