source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @523d9407   14 years mans Remove a few if (p) av_freep(&p) forms Signed-off-by: Mans Rullgard …
(edit) @a1b227bb   14 years jason VP8: faster filter_level clip
(edit) @dd18c9a0   14 years jason VP8: simplify lf_delta mb mode logic
(edit) @4359288c   14 years mans Make avfilter_graph_free() free the graph. Make avfilter_graph_free() …
(edit) @e8e5dde7   14 years mans Make avfilter_graph_parse() not free the input graph Make …
(edit) @e6fb5a4f   14 years rsbultje add ff_index_search_timestamp and ff_add_index_entry Signed-off-by: …
(edit) @51b317d2   14 years rsbultje TCP: factor the poll() call Signed-off-by: Nicolas George …
(edit) @f61dee2f   14 years rsbultje wtv: filesystem implementation Signed-off-by: Ronald S. Bultje …
(edit) @a9d921cb   14 years mans tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY. Signed-off-by: Mans …
(edit) @151595fe   14 years mans Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* …
(edit) @b2ed95e   14 years mans Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* …
(edit) @1f56f5ed   14 years mans sapenc: Free AVStream->info on cleanup This fixes yet another memory …
(edit) @9ad4c65f   14 years mans rtmpproto: rename URLContext* argument in rtmp_write() Now the first …
(edit) @e65b1934   14 years mans Add ProRes FOURCCs to isom.c Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @75fd0668   14 years mans Add APIchanges entry for lavc 52.109.0 Signed-off-by: Mans Rullgard …
(edit) @f5b82f45   14 years mans Add CODEC_ID_PRORES and bump lavc minor version Signed-off-by: Mans …
(edit) @aa42cce5   14 years mans Add AVC-Intra identifiers used by Flip4Mac for mov files …
(edit) @437fb1c8   14 years mans Remove a few if (p) av_free(p) forms Signed-off-by: Mans Rullgard …
(edit) @dc75d6db   14 years mans Avoid pointless check before calling free Signed-off-by: Mans …
(edit) @62ecd363   14 years mans Set pkt_pts in avcodec_default_reget_buffer() This was missed when …
(edit) @ce41c51b   14 years lu_zero Free AVStream->info in chained muxers This fixes memory leaks in the …
(edit) @d9c0510   14 years lu_zero rtsp: Don't store RTSPStream in AVStream->priv_data For mpegts in …
(edit) @87e4d9b2   14 years janne-ffmpeg ffmpeg.c: rename map_meta_data option to map_metadata It's consistent …
(edit) @4868bebe   14 years janne-ffmpeg Add forgotten minor API bumps and APIChanges entries The bumps are …
(edit) @c3beafa0   14 years mans ac3enc: Change EXP_DIFF_THRESHOLD to 500. This patch changes the …
(edit) @5fce60c3   14 years mans Log debug information in filter_samples(). Signed-off-by: Mans …
(edit) @75ea596d   14 years mans ffplay: factorize code from video_thread() into …
(edit) @b9a639dd   14 years mans ARM: add helper macro for declaring constant data Signed-off-by: Mans …
(edit) @c73d99e6   14 years mans Separate format conversion DSP functions from DSPContext. This will …
(edit) @770c410f   14 years mans Fix ff_imdct_calc_sse() on gcc-4.6 Gcc 4.6 only preserves the first …
(edit) @ea7f0807   14 years janne-ffmpeg Free the RTSPStreams in ff_rtsp_close_streams This plugs a small …
(edit) @71e0bee9   14 years janne-ffmpeg h264: add profile names for the existing defines Signed-off-by: Janne …
(edit) @fe9a3fbe   14 years janne-ffmpeg h264: Add Intra and Constrained Baseline profiles to avctx.profile
(edit) @e86e8581   14 years mans dca: avoid C99 declaration in for() expression Signed-off-by: Mans …
(edit) @f3619680   14 years mans Makefile: remove unused variable ALLHTMLPAGES Signed-off-by: Mans …
(edit) @7f939f55   14 years mans Makefile: build docs only for enabled tools; fix docs dependencies …
(edit) @64233e70   14 years jason VP8: merge chroma MC calls Adds some duplicated code, but avoids …
(edit) @81f2a3f4   14 years rsbultje Implement a SIMD version of emulated_edge_mc() for x86. From ~550 …
(edit) @a0f9c8ce   14 years mans Auto-generate dependencies for documentation Signed-off-by: Mans …
(edit) @d19b744a   14 years mans cosmetics: indentation Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @80ba1ddb   14 years mans Remove unneeded add bias from 3 functions. …
(edit) @8cb3c55   14 years mans Ogg: discard non-essential metadata from Vorbis header when creating …
(edit) @740ad0d1   14 years mans mpegtsenc: fix PMT PID calculation …
(edit) @365e3c78   14 years mans Rename attribute_used to av_used and move it to attributes.h This is …
(edit) @445996aa   14 years rsbultje Replace defines in libavformat/mpegtsenc.c with AVOptions Around …
(edit) @e771d2e3   14 years rsbultje Add documentation for the image2 muxer. Signed-off-by: Ronald S. …
(edit) @22e9277a   14 years rsbultje VC1testenc: convert pts values to correct time-base. Signed-off-by: …
(edit) @45430099   14 years rsbultje asf/wtv: use service_provider and service_name metadata tags …
(edit) @fa34a362   14 years mans Make ffmpeg warns the user when the selected sample format is ignored. …
(edit) @73be29b0   14 years jason Slightly simplify VP8 inter_predict Merge an if and a switch.
(edit) @2855080   14 years mans In ffplay:get_video_frame(), use frame->pkt_pts rather than …
(edit) @13156f4   14 years mans ffplay: in video_thread(), use av_dlog() for timestamp logging. …
(edit) @665132e6   14 years mans mpegts: remove get_pts duplicate of ff_parse_pes_pts. Signed-off-by: …
(edit) @d33ed7b3   14 years mans Enable native build on QNX/x86
(edit) @dfd2a005   14 years lu_zero Replace dprintf with av_dlog dprintf clashes with POSIX.1-2008
(edit) @243f824   14 years mans Flush final frames in libfaac encoder. Gives decoded output identical …
(edit) @e0eb963a   14 years mans Fix memory leak in ALS decoder in big endian systems Signed-off-by: …
(edit) @d461a473   14 years mans Rearrange MpegEncContext to simplify access from asm This moves the …
(edit) @a8f0814a   14 years janne-ffmpeg doc: modify style for texi2html 1.78+ The generated HTML files are …
(edit) @3af1fe82   14 years mans Fix overread in altivec DSP function sad16 Signed-off-by: Mans …
(edit) @ce20edb7   14 years mans Vorbis-in-Ogg: Do not set timebase to invalid values Avoids an assert …
(edit) @0745116   14 years mans ARM: update MpegEncContext offsets
(edit) @2e27959   14 years rsbultje Move ff_emulated_edge_mc() into DSPContext.
(edit) @e5262ec4   14 years rsbultje Optimize C version of ff_emulated_edge_mc(). From ~780 cycles to 551 …
(edit) @4d54df8e   14 years mans mpegtsenc: support CODEC_ID_AAC_LATM $subject. Have used this for …
(edit) @a0788cc   14 years janne-ffmpeg rtspenc: include os_support.h for system without HAVE_POLL_H fix …
(edit) @04295054   14 years janne-ffmpeg asfdec: ensure that the whole tag is read. Signed-off-by: Janne …
(edit) @362d8f7   14 years mans os_support: make poll() fallbacks conditional on CONFIG_NETWORK …
(edit) @4fc9ff0   14 years janne-ffmpeg Make the image2 demuxer log more verbose Add an error message in case …
(edit) @79dca23d   14 years mans Update mpegts test reference The output was changed by …
(edit) @e5c82df8   14 years mans aacdec: Convert some loop copies into memcpy()s. Signed-off-by: Mans …
(edit) @85466e1e   14 years janne-ffmpeg Add muxers.texi file. Signed-off-by: Janne Grunau …
(edit) @a7827a17   14 years janne-ffmpeg In mpegts "reserved_future_use" field must be set to 1 in SDT table …
(edit) @3c802cab   14 years janne-ffmpeg In the rawvideo decoder, set pkt_pts in the output frame. …
(edit) @3e5bc7ff   14 years janne-ffmpeg In the start_frame() debug log, print the reference pos value rather …
(edit) @9d4bdcb7   14 years rsbultje Fix VP8 aliasing problems. Replace * (uint32_t *) buf accesses with …
(edit) @f81c7ac7   14 years lu_zero rtsp: make ff_sdp_parse return value forwarded the sdp demuxer did …
(edit) @a8475bbd   14 years lu_zero os: replace select with poll Select has limitations on the fd values …
(edit) @5ce5dbc5   14 years mans Make ff_float_to_int16*_c() static. Signed-off-by: Mans Rullgard …
(edit) @e6288640   14 years mans Hide demuxers', muxers' and protocols' objects via the ld version …
(edit) @ac28ce5f   14 years mans Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel …
(edit) @b5ec6383   14 years mans cosmetics: indentation and spacing
(edit) @9d06d7bc   14 years mans Remove the add bias hack for the C version of …
(edit) @97b04f5e   14 years janne-ffmpeg mov: add support for little-endian utf16 chapter names Signed-off-by: …
(edit) @795ed278   14 years janne-ffmpeg movenc: byteswap codec_tag in mov_write_ms_tag based on Alex …
(edit) @f2589642   14 years janne-ffmpeg In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime …
(edit) @37cb3eb5   14 years mans Add special case for 2nd-order IIR filter. 40% faster in …
(edit) @d1b6f33b   14 years janne-ffmpeg Add ff_ to AVHWAccel decoders That unbreaks compilation of vaapi and …
(edit) @c6610a21   14 years mans Prefix all _demuxer, _muxer, _protocol from libavformat and …
(edit) @225b6d7f   14 years mans mov: simplify mov_read_chapters() by using avio_get_str16be It …
(edit) @c4f8765a   14 years mans Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" …
(edit) @22893e10   14 years rsbultje VP8: don't overread edges on fourtap MC. Fix C VP8 H+V MC functions …
(edit) @d36beb3f   14 years mans Add ff_ prefix to data symbols of encoders, decoders, hwaccel, …
(edit) @2d162e38   14 years mans Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. …
(edit) @4c57cde9   14 years mans Add ff_ prefix to ac3_common_init(). Signed-off-by: Mans Rullgard …
(edit) @24e3ad30   14 years mans ac3: Remove ff_ac3_critical_band_size_tab. It is only used to …
(edit) @eb7ccf8   14 years mans Make the avfilter debug functions and macros static to avfilter.c …
(edit) @7767d8d   14 years mans Mark C base versions of FFT functions static to fft.c Signed-off-by: …
(edit) @b09f5482   14 years jason Pass field order flag to libx264 Signed-off-by: Jason Garrett-Glaser …
(edit) @535638b5   14 years mans mpegtsenc: set reserved bits to 1 in PCR field The reserved bits …
Note: See TracRevisionLog for help on using the revision log.