|
|
|
@952f2315
|
14 years |
michaelni |
Remove incorrect return statement from avcodec_thread_free()
The …
|
|
|
@7e1e8bf3
|
14 years |
michaelni |
ivi_dsp: remove semicolons after function definitions
Signed-off-by: …
|
|
|
@5e81cb58
|
14 years |
michaelni |
mov: remove stray semicolon
Signed-off-by: Mans Rullgard …
|
|
|
@d928651
|
14 years |
michaelni |
asfdec: skip the stream bitrate list
Its contents aren't used for …
|
|
|
@56a67a8d
|
14 years |
michaelni |
asfdec: use an ASFContext array for storing stream bitrates
This will …
|
|
|
@26783e85
|
14 years |
michaelni |
asfdec: move DAR list to ASFContext
This will be useful for splitting …
|
|
|
@9087a46d
|
14 years |
michaelni |
udp: Enable address reuse by default for multicast
Keep the original …
|
|
|
@c3052f1d
|
14 years |
michaelni |
asfdec: remove some write-only values from the context
Signed-off-by: …
|
|
|
@ee5bb31f
|
14 years |
michaelni |
Fix build with threading disabled
The avcodec_thread_free() …
|
|
|
@74711b72
|
14 years |
michaelni |
w32thread: add missing #include thread.h
This should fix building …
|
|
|
@83120e3b
|
14 years |
michaelni |
asf: split ASFContext into muxer and demuxer parts.
Signed-off-by: …
|
|
|
@7ade06cc
|
14 years |
michaelni |
check sample_fmt in avcodec_open
check AVCodecContext->sample_fmt …
|
|
|
@6ff532b9
|
14 years |
michaelni |
mpegts: remove unused macro MAX_SCAN_PACKETS
Signed-off-by: Mans …
|
|
|
@4a5a1689
|
14 years |
michaelni |
vp3: Frame-based multithreading support
Decode times for …
|
|
|
@f94317fd
|
14 years |
michaelni |
Add missing git rev hash.
(cherry picked from commit …
|
|
|
@043d2ff2
|
14 years |
michaelni |
Deprecate avcodec_thread_init()
As a side effect of the last commit, …
|
|
|
@03e3cb87
|
14 years |
michaelni |
Add missing git rev hash.
(cherry picked from commit …
|
|
|
@b38f008e
|
14 years |
michaelni |
Frame-based multithreading framework using pthreads
See …
|
|
|
@8a278ad3
|
14 years |
michaelni |
Add missing git revision hask.
(cherry picked from commit …
|
|
|
@b9afb044
|
14 years |
michaelni |
asf: make ff_guidcmp inline and move it to asf.h
Signed-off-by: Mans …
|
|
|
@a97b932
|
14 years |
michaelni |
Update qmin/qmax values for libx264 presets
Also allow qmin/qmax to …
|
|
|
@2c855cea
|
14 years |
michaelni |
Fix broken vbv_buffer_init handling in libx264.c
Due to being …
|
|
|
@a1b0a3c8
|
14 years |
michaelni |
VP8: idct_mb optimizations
Currently uses AV_RL32 instead of …
|
|
|
@a239d534
|
14 years |
michaelni |
Fix ff_emu_edge_core_sse() on Win64.
Fix emu_edge_v_extend_15 to be …
|
|
|
@070e5ba5
|
14 years |
michaelni |
lavf: rename ff_probe_input_buffer to make it public
It is useful for …
|
|
|
@e74c01db
|
14 years |
michaelni |
lavf: simplify pb parameter of ff_probe_input_buffer
There is no need …
|
|
|
@2e47df70
|
14 years |
michaelni |
lavf: update ff_probe_input_buffer documentation
It never reopens the …
|
|
|
@94dfea7
|
14 years |
michaelni |
oggdec: Fix incorrect assumption about header/data interleaving
…
|
|
|
@68b2336
|
14 years |
michaelni |
Fix HOSTLIBS on Haiku
Haiku does not have a separate libm, so do not …
|
|
|
@2eed5288
|
14 years |
michaelni |
Documentation updates for the git migration
This cleanup patch …
|
|
|
@3e2a4e91
|
14 years |
michaelni |
logging: downgrade recoverable errors to warnings
In all 3 cases, the …
|
|
|
@17a19190
|
14 years |
michaelni |
add APIChanges entry for fe9a3fb
(cherry picked from commit …
|
|
|
@154f7bb0
|
14 years |
michaelni |
h264: define FF_PROFILE_H264_HIGH_444 to the correct value
It was …
|
|
|
@9b8bb626
|
14 years |
michaelni |
libavfilter: add video movie source
See thread:
Subject: [PATCH] …
|
|
|
@a1cdf548
|
14 years |
michaelni |
Apply misc fixes to the image2 muxer documentation.
The fixes were …
|
|
|
@20a4b9e9
|
14 years |
michaelni |
Add documentation for the framecrc muxer.
Signed-off-by: Janne Grunau …
|
|
|
@ea67c951
|
14 years |
michaelni |
Add documentation for the crc muxer.
Signed-off-by: Janne Grunau …
|
|
|
@7e7afb3
|
14 years |
michaelni |
Document null muxer.
Signed-off-by: Janne Grunau …
|
|
|
@ef15d71c
|
14 years |
michaelni |
VP8: ARM NEON optimisations for dsp functions
This adds NEON …
|
|
|
@fff6c212
|
14 years |
michaelni |
Remove Xan WC4 cruft from xan.c
Signed-off-by: Ronald S. Bultje …
|
|
|
@abb5f2b7
|
14 years |
michaelni |
Xan4 decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> …
|
|
|
@14d735b
|
14 years |
michaelni |
matroskadec: add generic element length validation.
This validate the …
|
|
|
@cb9f7fd3
|
14 years |
michaelni |
Fix compile warning.
Change int64_t into a int, which caused this …
|
|
|
@f8d33a36
|
14 years |
michaelni |
avidec: simplify read_gab2_sub
Use avio functions instead of …
|
|
|
@f8194672
|
14 years |
michaelni |
lavf: move internal functions from avformat.h to internal.h
…
|
|
|
@2f35beae
|
14 years |
michaelni |
Make av_set_pts_info keep previous time base if new one is invalid.
…
|
|
|
@e11afd71
|
14 years |
michaelni |
pass QDMC extradata to the decoder
Makes playing QDMC files in …
|
|
|
@5fb06ff
|
14 years |
michaelni |
configure: check yasm/nasm for working pextrd opcode
NASM versions …
|
|
|
@21b032c4
|
14 years |
michaelni |
vorbis dec: Remove obsolete comment
Signed-off-by: Michael …
|
|
|
@350b2bb1
|
14 years |
michaelni |
vorbis dec: cosmetics: Indent CPP cond properly
Signed-off-by: …
|
|
|
@6d173dae
|
14 years |
michaelni |
vorbis dec: cosmetics: Indent consistently
Signed-off-by: Michael …
|
|
|
@b2a51e3d
|
14 years |
michaelni |
vorbis dec: cosmetics: Indent after scope deletion
Signed-off-by: …
|
|
|
@21494e55
|
14 years |
michaelni |
vorbis dec: Delete useless scopes
Signed-off-by: Michael Niedermayer …
|
|
|
@76ad67ca
|
14 years |
michaelni |
Implement guessed_pts in avcodec_decode_video2
Signed-off-by: Nicolas …
|
|
|
@52b2e95c
|
14 years |
michaelni |
dvdsubdec.c: prevent input buffer overflow
In some places, dvbsubdec …
|
|
|
@6a495e98
|
14 years |
michaelni |
Make inter_rvlc and intra_rvlc static tables.
Signed-off-by: Ronald …
|
|
|
@561ca020
|
14 years |
michaelni |
Fill in missing date.
(cherry picked from commit …
|
|
|
@340a20ea
|
14 years |
michaelni |
Update MINOR and set git rev for non-blocking flag API addition. …
|
|
|
@fbdcdaee
|
14 years |
michaelni |
Replace remaining occurrences of deprecated CH_* with AV_CH_*
…
|
|
|
@6e59474
|
14 years |
michaelni |
Non-blocking protocol: TCP
Signed-off-by: Nicolas George …
|
|
|
@3ce3b498
|
14 years |
michaelni |
Non-blocking protocol: core wrapper functions
Signed-off-by: Nicolas …
|
|
|
@f4bd5800
|
14 years |
michaelni |
Non-blocking protocols: flag and documentation
Signed-off-by: Nicolas …
|
|
|
@e10976eb
|
14 years |
michaelni |
Set channel_layout for mpegaudio
Signed-off-by: Ronald S. Bultje …
|
|
|
@4a355654
|
14 years |
michaelni |
mp3enc: write ISO8859-1 instead of UTF-16 when possible
…
|
|
|
@9979dcd4
|
14 years |
michaelni |
reindent after last commit
Signed-off-by: Ronald S. Bultje …
|
|
|
@699d55fb
|
14 years |
michaelni |
wtv: do not use flag in stream_guid chunk to determine if stream is …
|
|
|
@3c90abf4
|
14 years |
michaelni |
vp3: Move table allocation code into a new function
Signed-off-by: …
|
|
|
@dc4a1883
|
14 years |
michaelni |
vp3: Factor out expression
Signed-off-by: Ronald S. Bultje …
|
|
|
@3f171f5a
|
14 years |
michaelni |
cmdutils: fix codec-specific options from preset
Using a preset file …
|
|
|
@ba3517aa
|
14 years |
michaelni |
cmdutils: fix opt_values leak
Add free to uninit_opts and relocate …
|
|
|
@fd0ae17a
|
14 years |
michaelni |
Adopt pkt_dts/pkt_pts in lavc clients
No behavior change; this makes …
|
|
|
@105ba7dc
|
14 years |
michaelni |
applehttp: Handle absolute paths relative to the current server
This …
|
|
|
@861aab56
|
14 years |
michaelni |
movenchint: Use rtpenc_chain for setting up the chained RTP muxer
…
|
|
|
@118f091
|
14 years |
michaelni |
rtpenc_chain: Don't copy the time_base back to the caller
If …
|
|
|
@42f97696
|
14 years |
michaelni |
Use avformat_free_context for cleaning up muxers
Signed-off-by: …
|
|
|
@8cf2d3d
|
14 years |
michaelni |
Add an APIchanges entry for avformat_free_context
Signed-off-by: …
|
|
|
@4ed68fdf
|
14 years |
michaelni |
libavformat: Add a function for freeing an AVFormatContext
This …
|
|
|
@173f19be
|
14 years |
michaelni |
libavformat: Use avcodec_copy_context for chained muxers
This avoids …
|
|
|
@e9266a2b
|
14 years |
michaelni |
VP8: slightly faster loopfilter sharpness logic
(cherry picked from …
|
|
|
@9efa368f
|
14 years |
michaelni |
VP8: faster deblock strength calculation
Convert hev_thresh logic to …
|
|
|
@bffad70
|
14 years |
michaelni |
Remove forgotten if (p) av_free(p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@b9004bd5
|
14 years |
michaelni |
Remove a few if (p) av_freep(&p) forms
Signed-off-by: Mans Rullgard …
|
|
|
@c54ac7a8
|
14 years |
michaelni |
VP8: faster filter_level clip
(cherry picked from commit …
|
|
|
@8cde1b79
|
14 years |
michaelni |
VP8: simplify lf_delta mb mode logic
(cherry picked from commit …
|
|
|
@ab543afe
|
14 years |
michaelni |
Make avfilter_graph_free() free the graph.
Make avfilter_graph_free() …
|
|
|
@c68be8e
|
14 years |
michaelni |
Make avfilter_graph_parse() not free the input graph
Make …
|
|
|
@2d9fd181
|
14 years |
michaelni |
add ff_index_search_timestamp and ff_add_index_entry
Signed-off-by: …
|
|
|
@566f17b
|
14 years |
michaelni |
TCP: factor the poll() call
Signed-off-by: Nicolas George …
|
|
|
@d3c0de86
|
14 years |
michaelni |
wtv: filesystem implementation
Signed-off-by: Ronald S. Bultje …
|
|
|
@5603df39
|
14 years |
Reimar.Doeffinger |
Always use av_set_pts_info to set the stream time base.
|
|
|
@d947bce1
|
14 years |
michaelni |
tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
Signed-off-by: Mans …
|
|
|
@7cb52584
|
14 years |
michaelni |
Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*
…
|
|
|
@4d9c044d
|
14 years |
michaelni |
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
…
|
|
|
@a991b8de
|
14 years |
michaelni |
sapenc: Free AVStream->info on cleanup
This fixes yet another memory …
|
|
|
@ea468763
|
14 years |
michaelni |
rtmpproto: rename URLContext* argument in rtmp_write()
Now the first …
|
|
|
@b9dab11
|
14 years |
michaelni |
Add ProRes FOURCCs to isom.c
Signed-off-by: Mans Rullgard …
|
|
|
@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 …
|
|
|