24144 Commits (f1a0518524a08c5a934c4b0d2f8360b4cab4475f)
 

Author SHA1 Message Date
Alex Converse c16d5a6f14 Make aac_decode_frame() consume zero padding at the end of a packet. 15 years ago
David Conrad 7382617a2f Bump minor version for CODEC_ID_VP8 15 years ago
Google 6c7c62939b Add VP80 fourcc 15 years ago
Google 23966972ab matroska: Add V_VP8 15 years ago
Google a98c2dfab0 Add VP8 CODEC_ID 15 years ago
Loren Merritt 8a26b2c665 13% faster yuv420 to rgb15 mmx. 15 years ago
Martin Storsjö 8d168a9207 Fix a crash when opening WMS RTSP streams 15 years ago
Loren Merritt bffc36e084 40% faster yuv420 to rgb24 mmx. 15 years ago
Martin Storsjö b724102acd Add an APIchanges note regarding the new rtp hinting flag 15 years ago
Martin Storsjö d4493e03b6 Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT 15 years ago
Martin Storsjö 910cde56a8 Add a changelog entry for the RTP hinting in the mov muxer 15 years ago
Maxim Poliakovski 15f9fa3d61 Fix signedness of q_delta field of the IVIMbInfo. 15 years ago
David Conrad 5549aa6d0d matroskadec: Free ebml binary buffer on error 15 years ago
David Conrad 465c28b6b4 matroskadec: Fix buffer overread in matroska_ebmlnum_uint 15 years ago
David Conrad d98bd80ed3 matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file 15 years ago
David Conrad 1c664b239c matroskadec: Use av_freep in ebml_read_ascii 15 years ago
Martin Storsjö 44bf251a42 Use a heuristic for describing the RTP packets using sample data 15 years ago
Martin Storsjö e977af6f2e Add initial support for RTP hinting in the mov muxer 15 years ago
Martin Storsjö 27a826c941 Make mov_write_packet non-static, add ff_ prefix 15 years ago
Martin Storsjö f72dad4142 Move the mov muxer structures to a separate header 15 years ago
Martin Storsjö 796ac2335d Add a flag for enabling RTP hinting 15 years ago
Martin Storsjö 0341b6994a Make ff_sdp_write_media a lavf-internal function 15 years ago
Francesco Lavra 698f4cc7f0 Validate AVCodecTag vs CodecID. 15 years ago
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Janne Grunau b74f67eb17 In ts demuxer, output pes packet as soon as they are complete. 15 years ago
Martin Storsjö 90c9210028 Cosmetics: reindent 15 years ago
Howard Chu 1bf5228eb6 ffserver: Don't set me_method unconditionally 15 years ago
Howard Chu 0156fcf252 ffserver: Write proper GMT date/times in Date headers 15 years ago
Stefano Sabatini fecd7b457e Add log_level_offset to AVCodecContext. 15 years ago
Baptiste Coudurier 1095d44258 set avg frame rate in mkv demuxer 15 years ago
Martin Storsjö 43d09fafd4 ffserver: Make sure a destination URL is set when creating the SDP 15 years ago
Benoit Fouet f40f329e92 Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') 15 years ago
Stefano Sabatini edd259f92f Change the order of parameters for ff_eval_expr() and 15 years ago
Sebastian Vater ec1d1afc09 Factorize code into a single function. 15 years ago
Baptiste Coudurier 03c3bb5c5a use filter name when graph parser add filters 15 years ago
Stefano Sabatini ed395eb421 Add missing rawvideo pixel formats to codec tags mappings for nut. 15 years ago
Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
Stefano Sabatini c75b3d2e8f Clarify description for the MONOWHITE and MONOBLACK pixel formats. 15 years ago
François Revol 65929418f5 Avoid mixed declaration and code, fix C89 compatibility. 15 years ago
Stefano Sabatini 9121b8ca6c Clarify descriptions for RGB4, BGR4, NV12, NV21, 15 years ago
Laurent Aimar 48962f2eb7 Reindent after last commit on dxva2 h264 AVHWAccel. 15 years ago
Laurent Aimar efb816ef64 Fixed h264 long term support with dxva2 AVHWAccel. 15 years ago
Baptiste Coudurier 58edb075f0 Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. 15 years ago
Alex Converse 0175d7886f fmaxf -> FFMAX to fix pre-C99 systems 15 years ago
Martin Storsjö deeb7012b9 Change inter-protocol dependencies from _deps to _select 15 years ago
Alex Converse 759510e6af aacenc: Add a rate only trellis for codebook selection for the TLS. 15 years ago
Alex Converse 4d986b7172 aacenc: Use exact values when quantizing, not fuzzy values. 15 years ago
Alex Converse 51cbabc792 aacenc: Use an estimated codebook for the TLS (two loop search). 15 years ago
Alex Converse 960323a230 aacenc: Select the TLS (two-loop search) as the default scalefactor coder. 15 years ago
Alex Converse 31184aac87 aacenc: Fix psy logic. 15 years ago