]> git.sesse.net Git - ffmpeg/history - libavcodec
ffprobe: free dictionary in opt_show_entries()
[ffmpeg] / libavcodec /
2012-11-23 Michael Niedermayerreplace av_log(0, by av_log(NULL,
2012-11-23 Michael Niedermayerx86/mpegvideoenc_template: use av_assert
2012-11-23 Michael Niedermayermotion_est: use av_assert* instead of assert
2012-11-23 Michael Niedermayerh263dec: switch 2 asserts to av_assert
2012-11-23 Michael Niedermayerdv: use av_assert
2012-11-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-23 Michael NiedermayerMerge commit '457cc333b424994ecf80a82369325771e0397fd9'
2012-11-23 Michael NiedermayerMerge commit '4a606c830ae664013cea33800094d4d0f4ec62da'
2012-11-23 Mans Rullgardmpegvideo: simplify dxy calculation in hpel_motion()
2012-11-23 Michael Niedermayerffv1dec: remove incorrect assert()
2012-11-23 Michael Niedermayertruemotion2: Fix av_log level and context
2012-11-23 Michael Niedermayermpeg12: fix av_log level and context
2012-11-23 Michael Niedermayerdcadec: fix av_log level
2012-11-22 Carl Eugen Hoyosvqavideo: Reinitialise the actually used partial codebo...
2012-11-22 Paul B MaholADPCM AFC decoder
2012-11-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-22 Michael Niedermayerfrwu: do not set interlacing flags.
2012-11-22 Michael Niedermayerbrender: move declaration out of for() to make old...
2012-11-22 Aleksi Nurmibrender_pix: a new image decoder
2012-11-21 Peter Rossuse correct doxygen parameter direction syntax
2012-11-21 Peter Rossensure comment blocks that contain doxygen commands...
2012-11-21 Michael Niedermayerimgconvert-test: count the number of unused pixel forma...
2012-11-21 Michael Niedermayerimgconvert-test: skip pix formats without name
2012-11-21 Michael Niedermayerimgconvert-test: test alpha flags
2012-11-21 Michael Niedermayerimgconvert: remove avg_bits_per_pixel(), its redundant
2012-11-21 Michael Niedermayercodec_descriptors: fix typo in mpeg 2 video
2012-11-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-21 Michael NiedermayerMerge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e'
2012-11-21 Michael Niedermayerimgconvert: fix color type for non normal pix_fmts...
2012-11-21 Michael Niedermayeravcodec_get_pix_fmt_loss: remove PixFmtInfo use
2012-11-21 Michael Niedermayerimgconvert: print color type too
2012-11-21 Michael Niedermayerimgconvert: remove PixFmtInfo use from avg_bits_per_pixel()
2012-11-21 Michael Niedermayeravcodec_find_best_pix_fmt_of_2: favor formats with...
2012-11-21 Michael Niedermayerimgconvert-test: add avg bits per pixel
2012-11-21 Michael Niedermayeris_yuv_planar: remove use of PixFmtInfo
2012-11-21 Michael Niedermayerimgconvert: add self test code
2012-11-21 Michael NiedermayerMerge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'
2012-11-21 Xi Wangcdgraphics: fix incorrect vertical offset mask in cdg_s...
2012-11-21 Diego Biurrunflashsv: Drop unused function and struct parameters
2012-11-20 Michael Niedermayerrc: fix 10l typo in rc_max_available_vbv_use calculation
2012-11-20 Paul B Maholadd some planar PCM encoders
2012-11-20 Paul B Maholpcmdec: use memcpy() when possible for planar decoders
2012-11-20 Justin Rugglespcm: fix decoding of pcm_s16le_planar on big-endian
2012-11-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-20 Paul B Maholpcmenc: use ENCODE macro for pcm_s8
2012-11-20 Michael Niedermayerpcm: revert from libavs planar code to durandals.
2012-11-20 Michael NiedermayerMerge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'
2012-11-20 Luca Barbatoimgconvert: remove PixFmtInfo
2012-11-20 Luca Barbatoavcodec: split avpicture from imgconvert
2012-11-20 Paul B Mahol8svx: move pcm_s8_planar decoder to pcm.c
2012-11-20 Paul B Mahol4xm: return error code if decode_init() failed
2012-11-20 Justin Rugglesalacenc: support 24-bit encoding
2012-11-20 Justin Rugglespcmdec: use planar sample format for pcm_s16le_planar
2012-11-20 Justin Rugglesvorbisdec: use float planar sample format
2012-11-20 Michael Niedermayeraacsbr: check sample_rate before using it, fix division...
2012-11-20 Michael Niedermayer4xmdec: fix integer overflow, null ptr dereference
2012-11-19 Peter Rossiff: DEEP RLE 32-bit decoder
2012-11-19 Bojan Zivkovicmips: Optimization of AC3 FP encoder and EAC3 FP decoder
2012-11-19 Michael Niedermayerpthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4...
2012-11-19 Piotr Bandurskivble: remove superfluous braces
2012-11-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-19 Michael NiedermayerMerge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'
2012-11-19 Michael Niedermayersbr: increase f_tablelim size, it appears it was too...
2012-11-19 Michael Niedermayerh264: dont stop parsing NALs without cleanup on DPC.
2012-11-19 Piotr Bandurskivble: do not abort when version is not 1
2012-11-19 Michael Niedermayermpegvideo: increase MAX_PICTURE_NUMBER.
2012-11-18 Piotr Bandurskiavrndec: support lowres for mjpeg
2012-11-18 Michael Niedermayererror concealment: check that references are frames...
2012-11-18 Michael Niedermayerh264: Check gray scale CBP, fix out of array accesses.
2012-11-18 Paul B Maholpcmenc: remove dead increment
2012-11-18 Paul B Maholpcm: move i into for loop to avoid { } inside switch...
2012-11-18 Michael Niedermayerff_h264_direct_ref_list_init: fix B slice check.
2012-11-18 Paul B Maholmjpegenc: yuvj444p support
2012-11-18 Diego Biurrunx86: h264_intrapred: Fix C function names in comments
2012-11-18 John StebbinsPGS subtitles: Set AVSubtitle pts value
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-18 Michael Niedermayerh264: correct ref count check and limit, fix out of...
2012-11-18 Michael Niedermayerh264: fix integer overflow, assert failure
2012-11-18 Michael Niedermayerff_mpeg_update_thread_context: assert context unequality
2012-11-18 Piotr Bandurskiiff: decode HAM8 images with masking correctly.
2012-11-18 Michael Niedermayerh264: Skip odd NALs in extradata, prevent undefined...
2012-11-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-18 Michael Niedermayermjpegdec: reset h/v_count, fix assertion failure.
2012-11-17 Paul B Maholeamad: return meaningful error codes
2012-11-17 Michael Niedermayervcr1: check if dimensions are supported, fix out of...
2012-11-17 Paul B MaholPCM signed 16-bit big-endian planar decoder
2012-11-17 Paul B MaholPCM signed 24-bit/32-bit little-endian planar decoder
2012-11-17 Michael Niedermayereamad: fix out of array accesses
2012-11-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-17 Michael NiedermayerMerge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e'
2012-11-17 Michael Niedermayerxxan: check ybuf index before use.
2012-11-17 Michael Niedermayercook: check subbands more completely, fix out of array...
2012-11-17 Michael Niedermayerff_mpeg4videodec_static_init: fix return type
2012-11-17 Michael Niedermayertm2: check for invalid vlcs, fix out of array read
2012-11-16 Michael Niedermayerg723_1dec: Fix lsp2lpc() so it can handle values at...
2012-11-16 Michael Niedermayerff_emulated_edge_mc: fix integer anomalies, fix out...
2012-11-16 Michael Niedermayerffv1enc: consider 2pass float rounding, fix loop
2012-11-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-16 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2012-11-16 Janne Grunauh264: always check ref_count for validity
next