projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()
[ffmpeg.git]
/
libavcodec
/
utils.c
2012-10-13
Diego Biurrun
avutil: Rename ff_set_systematic_pal2() ---> avpriv_set...
blob
|
commitdiff
2012-10-12
Luca Barbato
avutil: add yuva422p and yuva444p formats
blob
|
commitdiff
|
diff to current
2012-10-12
Anton Khirnov
lavc: do not use av_pix_fmt_descriptors directly.
blob
|
commitdiff
|
diff to current
2012-10-09
Janne Grunau
avcodec: free extended_data instead address of it
blob
|
commitdiff
|
diff to current
2012-10-09
Diego Biurrun
Restructure av_log_missing_feature message
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-10-07
Justin Ruggles
avcodec: allow either planar or interleaved sample...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop silly and/or broken printf debug output
blob
|
commitdiff
|
diff to current
2012-09-29
Anton Khirnov
lavc: set channel count from channel layout in avcodec_...
blob
|
commitdiff
|
diff to current
2012-09-27
Diego Biurrun
avcodec: Drop long-deprecated imgconvert.h header
blob
|
commitdiff
|
diff to current
2012-09-24
Anton Khirnov
lavc: add avcodec_free_frame().
blob
|
commitdiff
|
diff to current
2012-09-24
Anton Khirnov
lavc: ensure extended_data is set properly on decoding
blob
|
commitdiff
|
diff to current
2012-09-24
Anton Khirnov
lavc: initialize AVFrame.extended_data in avcodec_get_f...
blob
|
commitdiff
|
diff to current
2012-09-24
Anton Khirnov
lavc: use av_mallocz to allocate AVFrames.
blob
|
commitdiff
|
diff to current
2012-09-24
Anton Khirnov
lavc: rename the argument of avcodec_alloc_frame/get_fr...
blob
|
commitdiff
|
diff to current
2012-09-22
Justin Ruggles
avcodec: fix memleak in avcodec_encode_audio2()
blob
|
commitdiff
|
diff to current
2012-09-18
Luca Barbato
avcodec: cleanup utils.c
blob
|
commitdiff
|
diff to current
2012-09-17
Anton Khirnov
lavc: replace AVCodecContext.encode with subtitle-speci...
blob
|
commitdiff
|
diff to current
2012-09-17
Anton Khirnov
lavc: add const to private codec class initialization.
blob
|
commitdiff
|
diff to current
2012-08-18
Anton Khirnov
lavc: add const to AVCodec* function parameters.
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-06-18
Martin Storsjö
Add support for iLBC decoding/encoding via the external...
blob
|
commitdiff
|
diff to current
2012-05-20
Diego Biurrun
avcodec/utils: cast a function argument to shut up...
blob
|
commitdiff
|
diff to current
2012-05-09
Anton Khirnov
lavc: check that extended_data is properly set in avcod...
blob
|
commitdiff
|
diff to current
2012-05-09
Anton Khirnov
lavc: pad last audio frame with silence when needed.
blob
|
commitdiff
|
diff to current
2012-05-07
Justin Ruggles
avcodec: do not needlessly set packet size to 0 in...
blob
|
commitdiff
|
diff to current
2012-05-07
Justin Ruggles
avcodec: for audio encoding, reset output packet when...
blob
|
commitdiff
|
diff to current
2012-05-07
Justin Ruggles
avcodec: refactor avcodec_encode_audio2() to merge...
blob
|
commitdiff
|
diff to current
2012-05-07
Justin Ruggles
avcodec: remove fallbacks for AVCodec.encode() in avcod...
blob
|
commitdiff
|
diff to current
2012-05-07
Anton Khirnov
lavc: add sample rate and channel layout to AVFrame.
blob
|
commitdiff
|
diff to current
2012-04-21
Mans Rullgard
Remove lowres video decoding
blob
|
commitdiff
|
diff to current
2012-04-17
Alex Converse
avcodec_string: Favor AVCodecContext.codec over the...
blob
|
commitdiff
|
diff to current
2012-04-09
Justin Ruggles
avcodec: use align == 0 for default alignment in avcode...
blob
|
commitdiff
|
diff to current
2012-04-08
Justin Ruggles
avcodec: validate the channel layout vs. channel count...
blob
|
commitdiff
|
diff to current
2012-03-28
Anton Khirnov
avcodec_encode_{audio,video}: only reallocate output...
blob
|
commitdiff
|
diff to current
2012-03-24
Ronald S. Bultje
lavc/avconv: support changing frame sizes in codecs...
blob
|
commitdiff
|
diff to current
2012-03-20
Justin Ruggles
lavc: shrink encoded audio packet size after encoding.
blob
|
commitdiff
|
diff to current
2012-03-18
Ronald S. Bultje
adpcm: fix nb_samples rounding for adpcm_ima_dk3, and...
blob
|
commitdiff
|
diff to current
2012-03-05
Justin Ruggles
avcodec: add av_get_audio_frame_duration() function.
blob
|
commitdiff
|
diff to current
2012-03-05
Justin Ruggles
avcodec: add av_get_exact_bits_per_sample() function
blob
|
commitdiff
|
diff to current
2012-03-04
Anton Khirnov
lavc: make codec_is_decoder/encoder() public.
blob
|
commitdiff
|
diff to current
2012-03-03
Anton Khirnov
lavc: free the output packet when encoding failed or...
blob
|
commitdiff
|
diff to current
2012-03-03
Anton Khirnov
lavc: preserve avpkt->destruct in ff_alloc_packet().
blob
|
commitdiff
|
diff to current
2012-03-01
Anton Khirnov
lavc: shrink encoded video packet size after encoding.
blob
|
commitdiff
|
diff to current
2012-02-27
Diego Biurrun
avcodec_default_reget_buffer(): fix compilation in...
blob
|
commitdiff
|
diff to current
2012-02-25
Anton Khirnov
lavc: merge two if()s with the same condition.
blob
|
commitdiff
|
diff to current
2012-02-25
Anton Khirnov
lavc: factorize setting got_packet_ptr in avcodec_encod...
blob
|
commitdiff
|
diff to current
2012-02-25
Anton Khirnov
lavc: signal no output when a NULL frame is passed...
blob
|
commitdiff
|
diff to current
2012-02-24
Ronald S. Bultje
avcodec: disallow reget_buffer() if pix_fmt changed.
blob
|
commitdiff
|
diff to current
2012-02-23
Anton Khirnov
lavc: drop encode() support for video.
blob
|
commitdiff
|
diff to current
2012-02-21
Justin Ruggles
avcodec: do not override pts or duration from the audio...
blob
|
commitdiff
|
diff to current
2012-02-20
Justin Ruggles
avcodec: add ff_samples_to_time_base() convenience...
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
dsputil: Add ff_ prefix to the dsputil*_init* functions
blob
|
commitdiff
|
diff to current
2012-02-10
Paul B Mahol
Check AVCodec.pix_fmts in avcodec_open2()
blob
|
commitdiff
|
diff to current
2012-02-10
Justin Ruggles
avcodec: set avpkt->size to 0 if encode2() did not...
blob
|
commitdiff
|
diff to current
2012-02-10
Justin Ruggles
avcodec: for audio encoding, set packet dts to packet...
blob
|
commitdiff
|
diff to current
2012-02-08
Anton Khirnov
lavc: add avcodec_encode_video2() that encodes from...
blob
|
commitdiff
|
diff to current
2012-02-07
Ronald S. Bultje
dsputil: set STRIDE_ALIGN to 16 for x86 also.
blob
|
commitdiff
|
diff to current
2012-02-01
Justin Ruggles
ff_alloc_packet: modify the size of the packet to match...
blob
|
commitdiff
|
diff to current
2012-02-01
Janne Grunau
avcodec: Add av_fast_padded_malloc().
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavc: set AVCodecContext.codec in avcodec_get_context_d...
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavc: make avcodec_close() work properly on unopened...
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavc: add avcodec_is_open().
blob
|
commitdiff
|
diff to current
2012-01-28
Anton Khirnov
avcodec_align_dimensions2: set only 4 linesizes, not...
blob
|
commitdiff
|
diff to current
2012-01-27
Martin Storsjö
libavcodec: Don't crash in avcodec_encode_audio if...
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_AVCODEC_INIT cruft.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_ER cruft.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_AVCODEC_OPEN cruft.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_THREAD_INIT cruft.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
blob
|
commitdiff
|
diff to current
2012-01-24
Justin Ruggles
avcodec: add a new codec_id for CRYO APC IMA ADPCM.
blob
|
commitdiff
|
diff to current
2012-01-16
Justin Ruggles
avcodec: Add avcodec_encode_audio2() as replacement...
blob
|
commitdiff
|
diff to current
2012-01-16
Justin Ruggles
avcodec: add a public function, avcodec_fill_audio_frame().
blob
|
commitdiff
|
diff to current
2012-01-15
Reinhard Tartler
lavc: Relax API strictness in avcodec_decode_audio3...
blob
|
commitdiff
|
diff to current
2012-01-12
Alex Converse
utils: Check for extradata size overflows.
blob
|
commitdiff
|
diff to current
2012-01-07
Martin Storsjö
libavcodec: Handle param change side data in avcodec_de...
blob
|
commitdiff
|
diff to current
2012-01-07
Martin Storsjö
libavcodec: Move apply_param_change up above avcodec_de...
blob
|
commitdiff
|
diff to current
2012-01-01
Janne Grunau
threads: set thread_count to 1 when thread support...
blob
|
commitdiff
|
diff to current
2011-12-25
Stefano Sabatini
lavc: add format field to AVFrame
blob
|
commitdiff
|
diff to current
2011-12-25
Stefano Sabatini
lavc: add width and height fields to AVFrame
blob
|
commitdiff
|
diff to current
2011-12-25
Stefano Sabatini
lavc: add a sample_aspect_ratio field to AVFrame
blob
|
commitdiff
|
diff to current
2011-12-21
Martin Storsjö
libavcodec: Apply parameter change side data when decod...
blob
|
commitdiff
|
diff to current
2011-12-20
Rafaël Carré
lavc: always align height by 32 pixel
blob
|
commitdiff
|
diff to current
2011-12-18
Mans Rullgard
avcodec: deprecate AVFrame.age
blob
|
commitdiff
|
diff to current
2011-12-11
Mans Rullgard
lavc: avoid invalid memcpy() in avcodec_default_release...
blob
|
commitdiff
|
diff to current
2011-12-05
Sjoerd Simons
g722: Change bits per sample to 4
blob
|
commitdiff
|
diff to current
2011-12-02
Justin Ruggles
Add avcodec_decode_audio4().
blob
|
commitdiff
|
diff to current
2011-12-02
Justin Ruggles
avcodec: change number of plane pointers from 4 to...
blob
|
commitdiff
|
diff to current
2011-11-24
Ronald S. Bultje
h264: add support for decoding planar RGB images.
blob
|
commitdiff
|
diff to current
2011-11-19
Justin Ruggles
avcodec: move some AVCodecContext fields to an internal...
blob
|
commitdiff
|
diff to current
2011-11-05
Martin Storsjö
avcodec: Allow locking and unlocking an avformat specif...
blob
|
commitdiff
|
diff to current
2011-10-22
Dustin Brody
lavc: translate non-flag-based er options into flag...
blob
|
commitdiff
|
diff to current
2011-10-21
Ronald S. Bultje
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
blob
|
commitdiff
|
diff to current
2011-10-20
Anton Khirnov
lavc: use avpriv_ prefix for ff_toupper4.
blob
|
commitdiff
|
diff to current
2011-10-16
Steven Walters
w32threads: support for frame multithreading
blob
|
commitdiff
|
diff to current
2011-10-06
Anton Khirnov
libx264: support 9- and 10-bit output.
blob
|
commitdiff
|
diff to current
2011-09-30
Justin Ruggles
avcodec: reject audio packets with NULL data and non...
blob
|
commitdiff
|
diff to current
2011-09-24
Justin Ruggles
adpcmenc: Set bits_per_coded_sample
blob
|
commitdiff
|
diff to current
2011-09-21
Anton Khirnov
lavc/utils: move avcodec_init() higher in the file.
blob
|
commitdiff
|
diff to current
next