|
|
|
@6019cd9f
|
14 years |
michaelni |
Factorize state_transition init out.
Originally committed as revision …
|
|
|
@c55f891c
|
14 years |
wyskas |
nutdec: when parsing info packet, set metadata var only once
…
|
|
|
@a5cea132
|
14 years |
Aurélien Jacobs |
drop rtsp_default_protocols which is not part of public API and not …
|
|
|
@a178edf2
|
14 years |
Aurélien Jacobs |
drop rtp_get_file_handles() which is not part of public API and not …
|
|
|
@fb660f40
|
14 years |
Aurélien Jacobs |
drop rtp_get_local_port() which is not part of public API and not used …
|
|
|
@67f34aaa
|
14 years |
Aurélien Jacobs |
use rtp_get_local_rtp_port() instead of the deprecated …
|
|
|
@fbd4a07d
|
14 years |
ramiro.polla |
doc: fill documentation for vfwcap
Originally committed as revision …
|
|
|
@1973e101
|
14 years |
ramiro.polla |
vfwcap: add option to print list of supported drivers
Originally …
|
|
|
@2aa72ecc
|
14 years |
Carl Eugen Hoyos |
Add new -slices option and use it for libvpx and libx264.
Patch by …
|
|
|
@f9b4eef
|
14 years |
Carl Eugen Hoyos |
Use forced key frames when encoding with libxvid.
Patch by Nicolas …
|
|
|
@4c3267aa
|
14 years |
michaelni |
Fix memleak in mjpeg decoder.
Originally committed as revision 25549 …
|
|
|
@a2d4dfd4
|
14 years |
michaelni |
Optimize EOB check in mjpeg decode_block() by adjusting the VLC …
|
|
|
@e4463f2
|
14 years |
michaelni |
Simplify last coeff check in mjpeg decode_block()
Originally …
|
|
|
@2111a191
|
14 years |
michaelni |
Check index in mjpeg AC decode against overflowing.
This fixes a …
|
|
|
@5675a11f
|
14 years |
michaelni |
Add a seperate VLC table for progressive jpeg so we dont have to …
|
|
|
@8870b251
|
14 years |
michaelni |
Factor code&0xf out of if() in decode_block_progressive().
Originally …
|
|
|
@7f4a1e8f
|
14 years |
michaelni |
Cleanup decode_block_progressive()
Originally committed as revision …
|
|
|
@6142528
|
14 years |
michaelni |
Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in …
|
|
|
@76c80ef5
|
14 years |
michaelni |
Move if() in mjpeg decode_block() to simplify condition.
Originally …
|
|
|
@19321824
|
14 years |
michaelni |
Simplify build_vlc() by using init_vlc_sparse() in mjpeg.
Originally …
|
|
|
@85f56757
|
14 years |
pascal.massimino |
cosmetics: align fields, and remove useless ones, in img2.c
…
|
|
|
@fc068f9f
|
14 years |
fenrir |
Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
The 8 bits …
|
|
|
@eced8fa0
|
14 years |
martin |
rtsp: Move the rtsp_probe function to the demuxer code block
This …
|
|
|
@a66d44f0
|
14 years |
martin |
Restore alphabetical order
Originally committed as revision 25536 to …
|
|
|
@44b70ce5
|
14 years |
martin |
rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP …
|
|
|
@8bf0f969
|
14 years |
martin |
rtsp: Reorder functions
Originally committed as revision 25534 to …
|
|
|
@b4a6c8f
|
14 years |
baptiste.coudurier |
cosmetics, indentation
Originally committed as revision 25533 to …
|
|
|
@12a5150b
|
14 years |
baptiste.coudurier |
10l fix h263+ encoder, format will be 8, array size is 8 not 7
…
|
|
|
@ac6d020f
|
14 years |
pascal.massimino |
cleanup image2pipe_{de}muxer fields
Originally committed as revision …
|
|
|
@96ea6ad2
|
14 years |
stefano.sabatini-lala |
Remove unused variables picture_crop_temp and picture_pad_temp.
…
|
|
|
@c868524b
|
14 years |
michaelni |
Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
Originally …
|
|
|
@095e5c0b
|
14 years |
martin |
sdp: Conditionally compile code using AF_INET6
Should fix compilation …
|
|
|
@44594cc7
|
14 years |
martin |
Add a demuxer for receiving raw rtp:// URLs without an SDP description …
|
|
|
@4ad08021
|
14 years |
stefano.sabatini-lala |
Add a -force_key_frames option to ffmpeg.
The option is useful to …
|
|
|
@43945b27
|
14 years |
stefano.sabatini-lala |
Add transpose filter.
Originally committed as revision 25525 to …
|
|
|
@ff0652e5
|
14 years |
stefano.sabatini-lala |
Implement a common get_filtered_video_frame(), shared between ffplay.c …
|
|
|
@16b26913
|
14 years |
stefano.sabatini-lala |
Make help message for the -crop* options consistent with that of the …
|
|
|
@5879ea6d
|
14 years |
stefano.sabatini-lala |
Remove -crop* options.
Users are required to use the libavfilter crop …
|
|
|
@f2f8fb10
|
14 years |
stefano.sabatini-lala |
Remove redundant text in the log.
Originally committed as revision …
|
|
|
@082a8575
|
14 years |
stefano.sabatini-lala |
Make XAN decoder return meaningful error codes.
Originally committed …
|
|
|
@a3a29c26
|
14 years |
Aurélien Jacobs |
metadata: make av_metadata_set2 case insensitive by default
…
|
|
|
@94bdb1f8
|
14 years |
michaelni |
Avoid negative SCR in mpeg ps muxer.
Fixes a scr issue reported with …
|
|
|
@d721141f
|
14 years |
michaelni |
Move shared functions out of CONFIG_FFV1_ENCODER ifdef
Originally …
|
|
|
@3f2a7e4
|
14 years |
stefano.sabatini-lala |
Cosmetics: use a more compact notation, improve readability and reduce …
|
|
|
@dbabc277
|
14 years |
stefano.sabatini-lala |
Reset metadata after opt_output_file(), fix the previous commit.
…
|
|
|
@4bf65e2a
|
14 years |
stefano.sabatini-lala |
Use an AVMetadata struct for storing metadata, simplify.
Originally …
|
|
|
@4712ed2
|
14 years |
stefano.sabatini-lala |
Make ffprobe print stream language only once, also remove usage of the …
|
|
|
@e4b34e80
|
14 years |
stefano.sabatini-lala |
Remove docs for the not anymore existing option -convert_tags.
…
|
|
|
@ad7768f
|
14 years |
Aurélien Jacobs |
add ff_ prefix to metadata_conv()
patch by Anton Khirnov anton _at_ …
|
|
|
@d60a9f52
|
14 years |
Aurélien Jacobs |
lavf: simplify setting the encoder ident tag.
patch by Anton Khirnov …
|
|
|
@a7e5a832
|
14 years |
Aurélien Jacobs |
ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
patch by …
|
|
|
@2a24df93
|
14 years |
stefano.sabatini-lala |
Add avfilter_graph_config().
Originally committed as revision 25502 …
|
|
|
@0b6d358a
|
14 years |
stefano.sabatini-lala |
Place the bitstream_filters variable in the AVOutputStream, thus …
|
|
|
@9fdf4b58
|
14 years |
stefano.sabatini-lala |
Move the allocation of the AVOutputStream structure earlier in the …
|
|
|
@fb66c31d
|
14 years |
martin |
Fix building, include the header instead of the source file
Builds …
|
|
|
@96d1e75a
|
14 years |
baptiste.coudurier |
In mov muxer, write artist metadata tag
Originally committed as …
|
|
|
@edd33cb6
|
14 years |
baptiste.coudurier |
In mov muxer, use correct metadata tag for encoder, and use the …
|
|
|
@946df059
|
14 years |
martin |
rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
This …
|
|
|
@aff88101
|
14 years |
Aurélien Jacobs |
ffserver: use a local MAX_STREAMS limit
Originally committed as …
|
|
|
@9389b925
|
14 years |
Aurélien Jacobs |
ffserver: fix prepare_sdp_description() to dynamically allocate …
|
|
|
@03700d39
|
14 years |
Aurélien Jacobs |
Export metadata in the generic format. Deprecate old conversion API. …
|
|
|
@ed09233f
|
14 years |
Aurélien Jacobs |
cosmetic: alignment
Originally committed as revision 25492 to …
|
|
|
@13728334
|
14 years |
Aurélien Jacobs |
add FF_API_SYMVER define to disable symver compatibility functions
…
|
|
|
@ad2d0fdf
|
14 years |
Aurélien Jacobs |
probetest: replace usage of deprecated first_iformat by …
|
|
|
@114c9a59
|
14 years |
Aurélien Jacobs |
add FF_API_FIRST_FORMAT define to drop deprecated first_?format from …
|
|
|
@0139fde
|
14 years |
Aurélien Jacobs |
add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated …
|
|
|
@d1742ff7
|
14 years |
Aurélien Jacobs |
add FF_API_LAVF_UNUSED define to disable the unused struct fields
…
|
|
|
@634e0304
|
14 years |
Aurélien Jacobs |
add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek …
|
|
|
@d87a521c
|
14 years |
Aurélien Jacobs |
add FF_API_PARSE_FRAME_PARAM define to disable the deprecated …
|
|
|
@ade800c5
|
14 years |
Aurélien Jacobs |
properly check for FF_API_URL_CLASS instead of …
|
|
|
@ca51d86
|
14 years |
Aurélien Jacobs |
add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated …
|
|
|
@88e44314
|
14 years |
Aurélien Jacobs |
add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() …
|
|
|
@8ef30ac1
|
14 years |
Aurélien Jacobs |
add FF_API_UDP_GET_FILE define to disable the deprecated …
|
|
|
@198ac67f
|
14 years |
Aurélien Jacobs |
add FF_API_GUESS_FORMAT define to disable the deprecated …
|
|
|
@a15c7fd6
|
14 years |
Carl Eugen Hoyos |
Deprecate old API.
Patch by Anton Khirnov, anton khirnov net
…
|
|
|
@d56839fc
|
14 years |
michaelni |
Store slice position and size per keyframe in ffv1.2
Originally …
|
|
|
@1da7257
|
14 years |
michaelni |
Fix indention of ffv1.c after previous commits.
Originally committed …
|
|
|
@e42393d
|
14 years |
michaelni |
Store quant table index per plane and slice.
Originally committed as …
|
|
|
@f08ed90d
|
14 years |
michaelni |
Assert that the context doesnt overflow in ffv1.
Originally committed …
|
|
|
@e2b2f845
|
14 years |
michaelni |
Rectangular slice support for ffv1.2
Originally committed as revision …
|
|
|
@81e5ff7a
|
14 years |
Aurélien Jacobs |
vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata …
|
|
|
@da754858
|
14 years |
Carl Eugen Hoyos |
Fix crash when using iblock option (when a warning is logged).
Patch …
|
|
|
@6fae8c54
|
14 years |
stefano.sabatini-lala |
Make the validity checks fail only if the corresponding luma or chroma …
|
|
|
@aec96695
|
14 years |
stefano.sabatini-lala |
Add support for PIX_FMT_RGBA in the targa encoder.
Patch sponsored by …
|
|
|
@54b2a423
|
14 years |
martin |
sapdec: Include sys/time.h for struct timeval
This hopefully fixes …
|
|
|
@bbf874f1
|
14 years |
stefano.sabatini-lala |
Use named constants defined in targa.h.
Originally committed as …
|
|
|
@b5becbab
|
14 years |
stefano.sabatini-lala |
Create a targa.h file to contain common definitions for targa encoder …
|
|
|
@01c8d258
|
14 years |
martin |
Add a SAP demuxer
Originally committed as revision 25463 to …
|
|
|
@65cdee9c
|
14 years |
martin |
rtpdec: Don't use the no reordering codepath if there already is a …
|
|
|
@ddcf8411
|
14 years |
martin |
rtpdec: Handle wrapping seq numbers in has_next_packet properly
…
|
|
|
@d678a6fd
|
14 years |
martin |
rtpdec: Parse the next packet in the sequence if it is available, if …
|
|
|
@91ec7aea
|
14 years |
martin |
rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass …
|
|
|
@f6e138b4
|
14 years |
martin |
rtpdec: Don't call the depacketizer to return more data unless it …
|
|
|
@4ffff367
|
14 years |
martin |
rtpdec: Split out storing of the depacketization return value to a …
|
|
|
@cf5fe8ec
|
14 years |
stefano.sabatini-lala |
Make avfilter_config_links() use the timebase of the first input link …
|
|
|
@e259eadc
|
14 years |
stefano.sabatini-lala |
Make the targa encoder return sane error values rather than -1.
…
|
|
|
@7c559bc7
|
14 years |
stefano.sabatini-lala |
Targa encoder: log error message in case the pixel format in input is …
|
|
|
@f7ead94c
|
14 years |
stefano.sabatini-lala |
Factorize definition of the output_filter defined in both ffplay.c and …
|
|
|
@f5b05b95
|
14 years |
stefano.sabatini-lala |
Cosmetics: remove pointless empty line.
Originally committed as …
|
|
|
@94498ec9
|
14 years |
stefano.sabatini-lala |
Extend buffer source to accept the time base for the output PTS.
…
|
|
|