21810 Commits (36ad2b3ee014cac0f2d688dc9ef8cc92e07f73c8)
 

Author SHA1 Message Date
Måns Rullgård 702b5885a1 ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
Sergiy 9e69ab1864 Add another known RTMP channel ID to enum. 15 years ago
Sergiy b316991bb6 Move is_input flag into RTMP protocol context. 15 years ago
Alex Converse 4fab662769 AAC: Add a global header but output not locked output configuration status. 15 years ago
Alex Converse 38610d92ff Set the SBR mode to implicit on ADTS frames occurring before the output is locked. 15 years ago
Mike Melanson 9d8bb0318a Small refactoring: Instead of 4 loops for decoding AC coefficients based 15 years ago
Mike Melanson 098523eb28 Use a list to track which fragments coded in this frame still have 15 years ago
Måns Rullgård 5dad039bf7 ARM: small tweak of NEON H264 IDCT 15 years ago
Måns Rullgård 1025d19dd7 ARM: NEON 2xN chroma MC 15 years ago
Måns Rullgård 04e7f6d2d0 ARM: NEON 16x16 and 8x8 avg qpel MC 15 years ago
Baptiste Coudurier 77df894aed print error message when image2 muxer fail to compute frame filename 15 years ago
Sean Soria 6659b32ab2 Change ret type to int64_t because url_fseek returns int64_t. 15 years ago
Baptiste Coudurier 28f2db9670 fix typo, ALT_BITSTREAM_WRITER_LE does not exist 15 years ago
Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
Baptiste Coudurier 66765b5933 use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present 15 years ago
Baptiste Coudurier 73e8c83d7b update seek regression ref due to r20674, packet size changed 15 years ago
Michael Niedermayer 63538a960e Support ASCII pnms. 15 years ago
Kostya Shishkov 817d967d96 Write timestamp deltas, not timestamps, for RTMP packets with partial header 15 years ago
Kostya Shishkov e6b244a3b9 Full-header RTMP packets contain real timestamp, others contain timestamp 15 years ago
Kostya Shishkov b1eb53ab59 Write header for RTMP packets with channel_id >= 64 correctly 15 years ago
Sergiy 59b6482a04 Read and write extended timestamps for RTMP packets. 15 years ago
Kostya Shishkov 1ab21f1980 7l trocadero: reading right into enum variable may cause unwanted effects, use 15 years ago
Michael Niedermayer 00b6fa40c3 Support "A format generated by IndigoVision 8000 video server". 15 years ago
Jai Menon de3553b078 pngdec.c : release allocated buffers. 15 years ago
Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago
Michael Niedermayer f40a7fd316 4:2:2 4:4:4 bugfix for the error concealment code. 15 years ago
Stefano Sabatini 5f1836a7de Rename parameters of put_sbits() to make them consistent with those of 15 years ago
Michael Niedermayer 52069c4d3c Move "slice below image" check from mpeg_decode_slice to its caller. 15 years ago
Michael Niedermayer 77ac76a30f Print a warning if the duration is estimated from the bitrate, as this is 15 years ago
Vitor Sessak cea65433e0 decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
Baptiste Coudurier 0a04566120 Check Xfixes.h header presence before enabling x11grab. 15 years ago
Michael Niedermayer d52b4abe8b Move dummy picture allocation code from mpeg1/2 to mpegvideo. 15 years ago
Michael Niedermayer fd1ef13bb4 Disable error resilience for field pictures, this was never supported, 15 years ago
Michael Niedermayer 078cdecf9e Set mb_y in mpeg2 field pictures like h264 does. 15 years ago
Michael Niedermayer 22d4f21331 Make ""MPEG motion vector out of boundary" message more verbose. 15 years ago
Attila Kinali 76c4a644ee Fix an issue uncovered by commit 20623: 15 years ago
Michael Niedermayer ab8c48de8c Start decoding from seq/gop too, not just I frames. 15 years ago
Michael Niedermayer f0ec239438 Fix dual prime motion compensation in field pictures. 15 years ago
Matthieu Castet 419bddd366 Include alsa headers before the internal FFmpeg headers. 15 years ago
Stefano Sabatini 992f8eaee7 Factorize common commandline options definition. 15 years ago
Stefano Sabatini 587edd6af8 Use more consistent / meaningful parameter names for the 15 years ago
Ivo van Poorten 244c8d100a consistency with other files: av_cold static ---> static av_cold 15 years ago
Baptiste Coudurier 1bd26e51f3 100l, max value for timescale is UINT16_MAX 15 years ago
Stefano Sabatini b37aa4de2d Use the correct chroma values for the data[] array used in 15 years ago
Stefano Sabatini 8aeb33225a Use a valid log context for av_log(). 15 years ago
Måns Rullgård b8cef7be5c nellymoser: use constant seed for dithering RNG 15 years ago
Måns Rullgård 2d2e72b10e cook: use constant seed for dithering RNG 15 years ago
Michael Niedermayer aeaef4ed63 Print errors instead of just ignoring contradictionary values in mpeg2 silently. 15 years ago
Stefano Sabatini bd2837387c Document slice ordering assumption required by avfilter_draw_slice(). 15 years ago