245 Commits (0a04c2885f02f7db6b410b6d43d120e5eb48dc18)

Author SHA1 Message Date
Michael Niedermayer e0f5f9267a avformat/avienc: assert that bits_per_coded_sample is within the supported range (out of array access otherwise) 9 years ago
Mats Peterson 2df0bbaca5 lavf/avienc: Add support for palette side data 9 years ago
Michael Niedermayer bb629792a2 avformat/avienc: Fix assertion failure with 256 palette entries 9 years ago
Mats Peterson a51d82b85c lavf/avienc: Add palette after BITMAPINFOHEADER 9 years ago
Reto Kromer f8d685270e avienc: Remove unused variable 'ret' 9 years ago
Michael Niedermayer 7ac962af38 avformat/avienc: Store pal8 palette 9 years ago
Michael Niedermayer 9dd4dcde9c avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way 9 years ago
Michael Niedermayer 07c7e71d20 avformat/avienc: Split avi_write_packet_internal() out 9 years ago
Tobias Rapp 1416370027 avformat/avienc: add muxer option "write_channel_mask" 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Roman Savchenko e85d91da48 avformat/avienc: Correct possible dereference of null 10 years ago
Michael Niedermayer 17264cd281 avformat/avienc: Avoid float usage 10 years ago
Michael Niedermayer bbcc09518e avformat/avienc: Expand master ODML index when its end is reached 10 years ago
Michael Niedermayer adfde9a646 avformat/avienc: Fix wrongly placed comment 10 years ago
Michael Niedermayer 01775c8858 avformat/avienc: factor out update_odml_entry() 10 years ago
Michael Niedermayer c3a6d179fb avformat/avienc: factor write_odml_master() out 10 years ago
Tobias Rapp b4fbad2634 libavformat/avienc: Fix duration of audio segment in OpenDML master index 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 660a8b43ab avformat/avienc: write last frame duration 10 years ago
Michael Niedermayer be44856483 avformat/avienc: factor frame skip code out 10 years ago
Michael Niedermayer af19d2ed1e libavformat/avienc: Make unchanged function arguments const 10 years ago
Michael Niedermayer 3c020b6959 avformat/avienc: Dont search for startcodes in inserted empty avi frames 10 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Anton Khirnov d754ed4172 riffenc: take an AVStream instead of an AVCodecContext 11 years ago
Carl Eugen Hoyos 27d460fe98 Refuse to mux H.264 with fourcc H264 into avi without startcode. 11 years ago
Carl Eugen Hoyos e705d0ce1c Set dwSuggestBufferSize to largest chunk size for every stream in avi. 11 years ago
Anton Khirnov c3311d472a avienc: sanitize variable naming in write_header() 11 years ago
Daniel Verkamp 5e7d21c7ad ff_put_wav_header: add flag to force WAVEFORMATEX 11 years ago
Carl Eugen Hoyos 63c03ea98d Fix writing RGB 5:5:5 rawvideo into avi. 11 years ago
Carl Eugen Hoyos 8b122937af Warn if rawvideo and an unreadable pix_fmt are written. 11 years ago
Keiji Costantini 3407172b36 avienc: K&R formatting cosmetics 11 years ago
James Darnley 2efdccac87 lavf/avienc: cosmetic indent 11 years ago
James Darnley fa20babb46 lavf/avienc: use metadata_header_padding 11 years ago
Peter Ross fcbb94712d riffenc: add option to ff_put_bmp_header to ignore extradata 11 years ago
Erik Olofsson f5bffd3a1a libavf/avienc: store language metadata for XSUB streams 11 years ago
Anton Khirnov d42db44cfe avienc: drop the vfr flag. 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Michael Niedermayer fcd64dcc37 avformat/avienc: remove unused variable 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Michael Niedermayer b9e7bde6bd lavf/avienc: use av_freep() avoid stale pointers 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Michael Niedermayer cc0db8cf30 avienc: Disallow the first frame to be skiped 12 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Tobias Rapp 7f09b888e8 avienc: fix overflow of audio sample count 12 years ago
Stefano Sabatini a0f2d3fff5 lavf/avienc: return proper error codes, and provide some more feedback 12 years ago
Michael Niedermayer bacebe1f95 avienc: force a valid timebase for video 12 years ago
Stefano Sabatini be0b37c649 lavf/avienc: fix/extend error message, in case of too large number of skipped frames 12 years ago
Stefano Sabatini f35d5f966f lavf/avienc: enable debug log 12 years ago
Victor Vasiliev 71e92414bf lavf: move RIFF INFO tag writing from avienc to riff 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago