27488 Commits (e98b8e2f2fae3e75f87d0d87098a8faee691a514)
 

Author SHA1 Message Date
Stefano Sabatini e98b8e2f2f Implement av_samples_alloc() and av_samples_fill_arrays(). 14 years ago
Michael Niedermayer 40222b926b Provide monotone revission numbers in version.sh 14 years ago
Michael Niedermayer 7b3ea5507c Add sample_aspect_ratio fields to vsrc_buffer arguments. 14 years ago
Michael Niedermayer 14b171cd71 Add sample_aspect_ratio to AVFilterLink 14 years ago
Reimar Döffinger b482c00121 Remove pts rescaling code that is useless after 2ff4a2764e 14 years ago
Reimar Döffinger 12763671e2 Document that av_write_header sets stream time_base to a value of it chosing. 14 years ago
Mans Rullgard 2c30f7b3d7 mpegtsenc: fix PMT PID calculation 14 years ago
Mans Rullgard 0374152f89 Rename attribute_used to av_used and move it to attributes.h 14 years ago
Georgi Chorbadzhiyski a735bbbb7a Replace defines in libavformat/mpegtsenc.c with AVOptions 14 years ago
Stefano Sabatini 29f22e049a Add documentation for the image2 muxer. 14 years ago
Reimar Döffinger 2ff4a2764e VC1testenc: convert pts values to correct time-base. 14 years ago
Ronald S. Bultje 939bfc87ee asf/wtv: use service_provider and service_name metadata tags 14 years ago
Stefano Sabatini 5a8d1075ec Make ffmpeg warns the user when the selected sample format is ignored. 14 years ago
Jason Garrett-Glaser a4257d74e0 Slightly simplify VP8 inter_predict 14 years ago
Stefano Sabatini 2fa1d7b3be In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque. 14 years ago
Stefano Sabatini 97b925ea81 ffplay: in video_thread(), use av_dlog() for timestamp logging. 14 years ago
Vasyl' Vavrychuk e5e3897b64 mpegts: remove get_pts duplicate of ff_parse_pes_pts. 14 years ago
Mans Rullgard 9873463c2f Enable native build on QNX/x86 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Justin Ruggles 4592c85fc8 Flush final frames in libfaac encoder. 14 years ago
Vitor Sessak 5255acc6be Fix memory leak in ALS decoder in big endian systems 14 years ago
Mans Rullgard 451b4b8635 Rearrange MpegEncContext to simplify access from asm 14 years ago
Janne Grunau 5231d6277f doc: modify style for texi2html 1.78+ 14 years ago
Vitor Sessak bc0a603c78 Fix overread in altivec DSP function sad16 14 years ago
Mans Rullgard 8afac88e14 ARM: update MpegEncContext offsets 14 years ago
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje efcc106455 Optimize C version of ff_emulated_edge_mc(). 14 years ago
Peter Ross 59884f55d1 mpegtsenc: support CODEC_ID_AAC_LATM 14 years ago
Dave Yeo c053bba9e2 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Anton Khirnov 8270482681 asfdec: ensure that the whole tag is read. 14 years ago
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Stefano Sabatini b5a7100ad3 Make the image2 demuxer log more verbose 14 years ago
Mans Rullgard 6aef89d54e Update mpegts test reference 14 years ago
Alex Converse 79615a3e50 aacdec: Convert some loop copies into memcpy()s. 14 years ago
Stefano Sabatini 6219b67e84 Add muxers.texi file. 14 years ago
Georgi Chorbadzhiyski 753134ae3e In mpegts "reserved_future_use" field must be set to 1 in SDT table 14 years ago
Stefano Sabatini e86c78836b In the rawvideo decoder, set pkt_pts in the output frame. 14 years ago
Stefano Sabatini 8bc6568595 In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 14 years ago
Ronald S. Bultje 6642a17935 Fix VP8 aliasing problems. 14 years ago
Luca Barbato b351baa070 rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Alex Converse b5f83debf5 Make ff_float_to_int16*_c() static. 14 years ago
Diego Elio Pettenò 9740a357e9 Hide demuxers', muxers' and protocols' objects via the ld version script. 14 years ago
Diego Elio Pettenò 06c8f31e84 Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. 14 years ago
Reimar Döffinger 76c802e989 VC1testenc: convert pts values to correct time-base. 14 years ago
Michael Niedermayer 55fa97e215 Remove useage of memalign() from libmpcodecs, not all platforms have memalign(). 14 years ago
Reimar Döffinger 609bdf813d Vorbis-in-Ogg: Do not set timebase to invalid values 14 years ago
Michael Niedermayer be3e8eda5a Add forgotten dependancy of avcodec for vf_mp.c 14 years ago
Justin Ruggles 79ce107847 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago