40024 Commits (39ec5e1cf8444f827c42effb76e5694e091bbff3)
 

Author SHA1 Message Date
Anton Khirnov 6df478bf89 matroskadec: split parsing tracks into a separate function 11 years ago
Anton Khirnov 5fdaf312c5 flac: make avpriv_flac_parse_block_header() inline 11 years ago
Anton Khirnov 54ed488b1a flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel files 11 years ago
Anton Khirnov d6b9ce99ea flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag 11 years ago
Anton Khirnov f13ffb6636 flacdec: do not overwrite a channel layout set by the caller 11 years ago
Andrew Kelley 9767d7c092 oggenc: Flush after writing headers 11 years ago
Andrew Kelley 1d3eb0b573 oggenc: Move ogg_write_pages up above ogg_write_header 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
Diego Biurrun 888dcd8675 h264_picture: Remove pointless dsputil.h #include 11 years ago
Diego Biurrun f1df0a4c08 on2avc: Remove pointless dsputil.h #include 11 years ago
Anton Khirnov 7cc4c9f32f lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB 11 years ago
Anton Khirnov b03b2d86aa buffersrc: avoid using AV_PIX_FMT_NB 11 years ago
Anton Khirnov a7d070acb5 vf_fieldorder: avoid using AV_PIX_FMT_NB 11 years ago
Anton Khirnov 862f33c10e vf_scale: use the pixfmt descriptor API 11 years ago
Anton Khirnov 45fc73edfe vf_format: rework format list parsing 11 years ago
Carl Eugen Hoyos 4d8c28deab imgutils: make systematic palette opaque. 11 years ago
Nidhi Makhijani e0d01dc7d7 smoothstream: check malloc calls 11 years ago
Nidhi Makhijani 8692e6284f rdt: check malloc calls 11 years ago
Vittorio Giovara 21f68c2489 avcodec: bump version after rotation api 11 years ago
Niels Möller 6b7b8585d7 dca: Convert dca_dmixtable to integers 11 years ago
Janne Grunau c23c96b638 lavf: add av_stream_get_side_data 11 years ago
Janne Grunau afe1762654 build: export library dependencies in ${name}_FFLIBS 11 years ago
Janne Grunau 132a5711a2 check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA) 11 years ago
Martin Storsjö 82fc9f4b38 display: Include mathematics.h for fallback definition of NAN 11 years ago
Vittorio Giovara 853cc025d6 mov: store display matrix in a stream side data 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Anton Khirnov 9929b3564c pthread_frame: simplify the code by using new AVPacket API 11 years ago
Anton Khirnov cdf58f0599 avpacket: fix copying side data in av_packet_copy_props() 11 years ago
Anton Khirnov a312f71090 lavf: deprecate now unused AVStream.pts 11 years ago
Anton Khirnov ed7922faac mux: drop one of the hacks comprising compute_pkt_fields2() 11 years ago
Anton Khirnov dc40d88625 avconv: do not use poorly defined and undocumented AVStream.pts 11 years ago
Anton Khirnov c9f8809ee4 hevc/intra_pred: simplify neighboring sample derivation 11 years ago
Mickaël Raulet 25bb7eaf9e hevc/intra_pred: drop unnecessary conditions in loops 11 years ago
Mickaël Raulet 4c390b1ba9 hevc/intra_pred: optimize EXTEND_()* 11 years ago
Anton Khirnov a1c2b48018 hevc: templatize intra_pred 11 years ago
Mickaël Raulet 04db5794cd hevc: templatize pred_planar 11 years ago
Anton Khirnov 0ba5299a80 movenc: use the "encoder" metadata tag to write stsd Compressorname 11 years ago
Anton Khirnov 6656370b85 avconv: set the "encoder" tag when transcoding 11 years ago
Anton Khirnov d246231e47 wavenc: use codec descriptors to get the codec name 11 years ago
Anton Khirnov 968a62a9d9 doc/APIchanges: mark the release 10 branch point 11 years ago
Anton Khirnov 33082af756 doc/APIchanges: fill in missing hashes and dates 11 years ago
Anton Khirnov 79f2c426fd dv: do not set codec timebase 11 years ago
Anton Khirnov 93afb6c98d avconv: set output avg_frame_rate when known 11 years ago
Anton Khirnov 7a5f4f6853 lavf: extend avg_frame_rate documentation. 11 years ago
Anton Khirnov c3311d472a avienc: sanitize variable naming in write_header() 11 years ago
Anton Khirnov ab3fdaa713 yop: only set extradata size after it has been successfully allocated 11 years ago
Anton Khirnov b513bf6f69 yuv4mpegdec: do not set coded_frame properties 11 years ago
Anton Khirnov e4dc1000d7 yuv4mpeg: split the demuxer and muxer into separate files 11 years ago
Anton Khirnov 3ef6c5264b a64: check that extradata exists before reading from it 11 years ago