|
|
|
@44ddfd47
|
14 years |
rsbultje |
Xan4 decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
|
|
@95ec3d4
|
14 years |
rsbultje |
matroskadec: add generic element length validation.
This validate the …
|
|
|
@69ff1492
|
14 years |
rsbultje |
Fix compile warning.
Change int64_t into a int, which caused this …
|
|
|
@47fdf00a
|
14 years |
rsbultje |
avidec: simplify read_gab2_sub
Use avio functions instead of …
|
|
|
@19711af5
|
14 years |
rsbultje |
lavf: move internal functions from avformat.h to internal.h
…
|
|
|
@b3190529
|
14 years |
rsbultje |
Make av_set_pts_info keep previous time base if new one is invalid.
…
|
|
|
@a351110e
|
14 years |
rsbultje |
Always use av_set_pts_info to set the stream time base.
…
|
|
|
@ed19faf
|
14 years |
rsbultje |
pass QDMC extradata to the decoder
Makes playing QDMC files in …
|
|
|
@48545a8f
|
14 years |
rsbultje |
configure: check yasm/nasm for working pextrd opcode
NASM versions …
|
|
|
@84ae8936
|
14 years |
rsbultje |
Make inter_rvlc and intra_rvlc static tables.
Signed-off-by: Ronald …
|
|
|
@ae0f8a1a
|
14 years |
rsbultje |
Fill in missing date.
|
|
|
@efdd67cb
|
14 years |
rsbultje |
Update MINOR and set git rev for non-blocking flag API addition.
|
|
|
@c2fcd0a7
|
14 years |
rsbultje |
Replace remaining occurrences of deprecated CH_* with AV_CH_*
…
|
|
|
@ad3cffb6
|
14 years |
rsbultje |
Non-blocking protocol: TCP
Signed-off-by: Nicolas George …
|
|
|
@90441276
|
14 years |
rsbultje |
Non-blocking protocol: core wrapper functions
Signed-off-by: Nicolas …
|
|
|
@fe174fc8
|
14 years |
rsbultje |
Non-blocking protocols: flag and documentation
Signed-off-by: Nicolas …
|
|
|
@f4a86bc9
|
14 years |
rsbultje |
Set channel_layout for mpegaudio
Signed-off-by: Ronald S. Bultje …
|
|
|
@5a6de4e7
|
14 years |
rsbultje |
mp3enc: write ISO8859-1 instead of UTF-16 when possible
…
|
|
|
@74571e33
|
14 years |
rsbultje |
reindent after last commit
Signed-off-by: Ronald S. Bultje …
|
|
|
@e4f85b84
|
14 years |
rsbultje |
wtv: do not use flag in stream_guid chunk to determine if stream is …
|
|
|
@edbb0c07
|
14 years |
rsbultje |
vp3: Move table allocation code into a new function
Signed-off-by: …
|
|
|
@e8dcd73
|
14 years |
rsbultje |
vp3: Factor out expression
Signed-off-by: Ronald S. Bultje …
|
|
|
@60ff9de6
|
14 years |
rsbultje |
cmdutils: fix codec-specific options from preset
Using a preset file …
|
|
|
@3a6a9cdf
|
14 years |
rsbultje |
cmdutils: fix opt_values leak
Add free to uninit_opts and relocate …
|
|
|
@6b474953
|
14 years |
rsbultje |
Adopt pkt_dts/pkt_pts in lavc clients
No behavior change; this makes …
|
|
|
@185a155e
|
14 years |
rsbultje |
applehttp: Handle absolute paths relative to the current server
This …
|
|
|
@5306bf41
|
14 years |
rsbultje |
movenchint: Use rtpenc_chain for setting up the chained RTP muxer
…
|
|
|
@397ffde1
|
14 years |
rsbultje |
rtpenc_chain: Don't copy the time_base back to the caller
If …
|
|
|
@b22dbb29
|
14 years |
rsbultje |
Use avformat_free_context for cleaning up muxers
Signed-off-by: …
|
|
|
@ff197489
|
14 years |
rsbultje |
Add an APIchanges entry for avformat_free_context
Signed-off-by: …
|
|
|
@f124b087
|
14 years |
rsbultje |
libavformat: Add a function for freeing an AVFormatContext
This …
|
|
|
@1338dc08
|
14 years |
rsbultje |
libavformat: Use avcodec_copy_context for chained muxers
This avoids …
|
|
|
@8a2c99b4
|
14 years |
jason |
VP8: slightly faster loopfilter sharpness logic
|
|
|
@79dec154
|
14 years |
jason |
VP8: faster deblock strength calculation
Convert hev_thresh logic to …
|
|
|
@290849e
|
14 years |
mans |
Remove forgotten if (p) av_free(p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@523d9407
|
14 years |
mans |
Remove a few if (p) av_freep(&p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@a1b227bb
|
14 years |
jason |
VP8: faster filter_level clip
|
|
|
@dd18c9a0
|
14 years |
jason |
VP8: simplify lf_delta mb mode logic
|
|
|
@4359288c
|
14 years |
mans |
Make avfilter_graph_free() free the graph.
Make avfilter_graph_free() …
|
|
|
@e8e5dde7
|
14 years |
mans |
Make avfilter_graph_parse() not free the input graph
Make …
|
|
|
@e6fb5a4f
|
14 years |
rsbultje |
add ff_index_search_timestamp and ff_add_index_entry
Signed-off-by: …
|
|
|
@51b317d2
|
14 years |
rsbultje |
TCP: factor the poll() call
Signed-off-by: Nicolas George …
|
|
|
@f61dee2f
|
14 years |
rsbultje |
wtv: filesystem implementation
Signed-off-by: Ronald S. Bultje …
|
|
|
@a9d921cb
|
14 years |
mans |
tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
Signed-off-by: Mans …
|
|
|
@151595fe
|
14 years |
mans |
Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*
…
|
|
|
@b2ed95e
|
14 years |
mans |
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
…
|
|
|
@1f56f5ed
|
14 years |
mans |
sapenc: Free AVStream->info on cleanup
This fixes yet another memory …
|
|
|
@9ad4c65f
|
14 years |
mans |
rtmpproto: rename URLContext* argument in rtmp_write()
Now the first …
|
|
|
@e65b1934
|
14 years |
mans |
Add ProRes FOURCCs to isom.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@75fd0668
|
14 years |
mans |
Add APIchanges entry for lavc 52.109.0
Signed-off-by: Mans Rullgard …
|
|
|
@f5b82f45
|
14 years |
mans |
Add CODEC_ID_PRORES and bump lavc minor version
Signed-off-by: Mans …
|
|
|
@aa42cce5
|
14 years |
mans |
Add AVC-Intra identifiers used by Flip4Mac for mov files
…
|
|
|
@437fb1c8
|
14 years |
mans |
Remove a few if (p) av_free(p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@dc75d6db
|
14 years |
mans |
Avoid pointless check before calling free
Signed-off-by: Mans …
|
|
|
@62ecd363
|
14 years |
mans |
Set pkt_pts in avcodec_default_reget_buffer()
This was missed when …
|
|
|
@ce41c51b
|
14 years |
lu_zero |
Free AVStream->info in chained muxers
This fixes memory leaks in the …
|
|
|
@d9c0510
|
14 years |
lu_zero |
rtsp: Don't store RTSPStream in AVStream->priv_data
For mpegts in …
|
|
|
@87e4d9b2
|
14 years |
janne-ffmpeg |
ffmpeg.c: rename map_meta_data option to map_metadata
It's consistent …
|
|
|
@4868bebe
|
14 years |
janne-ffmpeg |
Add forgotten minor API bumps and APIChanges entries
The bumps are …
|
|
|
@c3beafa0
|
14 years |
mans |
ac3enc: Change EXP_DIFF_THRESHOLD to 500.
This patch changes the …
|
|
|
@5fce60c3
|
14 years |
mans |
Log debug information in filter_samples().
Signed-off-by: Mans …
|
|
|
@75ea596d
|
14 years |
mans |
ffplay: factorize code from video_thread() into …
|
|
|
@b9a639dd
|
14 years |
mans |
ARM: add helper macro for declaring constant data
Signed-off-by: Mans …
|
|
|
@c73d99e6
|
14 years |
mans |
Separate format conversion DSP functions from DSPContext.
This will …
|
|
|
@770c410f
|
14 years |
mans |
Fix ff_imdct_calc_sse() on gcc-4.6
Gcc 4.6 only preserves the first …
|
|
|
@ea7f0807
|
14 years |
janne-ffmpeg |
Free the RTSPStreams in ff_rtsp_close_streams
This plugs a small …
|
|
|
@71e0bee9
|
14 years |
janne-ffmpeg |
h264: add profile names for the existing defines
Signed-off-by: Janne …
|
|
|
@fe9a3fbe
|
14 years |
janne-ffmpeg |
h264: Add Intra and Constrained Baseline profiles to avctx.profile
|
|
|
@e86e8581
|
14 years |
mans |
dca: avoid C99 declaration in for() expression
Signed-off-by: Mans …
|
|
|
@f3619680
|
14 years |
mans |
Makefile: remove unused variable ALLHTMLPAGES
Signed-off-by: Mans …
|
|
|
@7f939f55
|
14 years |
mans |
Makefile: build docs only for enabled tools; fix docs dependencies
…
|
|
|
@64233e70
|
14 years |
jason |
VP8: merge chroma MC calls
Adds some duplicated code, but avoids …
|
|
|
@81f2a3f4
|
14 years |
rsbultje |
Implement a SIMD version of emulated_edge_mc() for x86.
From ~550 …
|
|
|
@a0f9c8ce
|
14 years |
mans |
Auto-generate dependencies for documentation
Signed-off-by: Mans …
|
|
|
@d19b744a
|
14 years |
mans |
cosmetics: indentation
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@80ba1ddb
|
14 years |
mans |
Remove unneeded add bias from 3 functions.
…
|
|
|
@8cb3c55
|
14 years |
mans |
Ogg: discard non-essential metadata from Vorbis header when creating …
|
|
|
@740ad0d1
|
14 years |
mans |
mpegtsenc: fix PMT PID calculation
…
|
|
|
@365e3c78
|
14 years |
mans |
Rename attribute_used to av_used and move it to attributes.h
This is …
|
|
|
@445996aa
|
14 years |
rsbultje |
Replace defines in libavformat/mpegtsenc.c with AVOptions
Around …
|
|
|
@e771d2e3
|
14 years |
rsbultje |
Add documentation for the image2 muxer.
Signed-off-by: Ronald S. …
|
|
|
@22e9277a
|
14 years |
rsbultje |
VC1testenc: convert pts values to correct time-base.
Signed-off-by: …
|
|
|
@45430099
|
14 years |
rsbultje |
asf/wtv: use service_provider and service_name metadata tags
…
|
|
|
@fa34a362
|
14 years |
mans |
Make ffmpeg warns the user when the selected sample format is ignored. …
|
|
|
@73be29b0
|
14 years |
jason |
Slightly simplify VP8 inter_predict
Merge an if and a switch.
|
|
|
@2855080
|
14 years |
mans |
In ffplay:get_video_frame(), use frame->pkt_pts rather than …
|
|
|
@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 …
|
|
|