]> git.sesse.net Git - ffmpeg/history - libavcodec
mxfdec: av_dlog():ify 'no corresponding source package found'
[ffmpeg] / libavcodec /
2011-12-07 Carl Eugen HoyosDo not ignore full transparency when writing png palette.
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-06 Michael Niedermayerh264: init prev_frame_num to -1 on init
2011-12-06 Michael Niedermayerh264: Fix memleaks on close, reset more fields
2011-12-06 Carl Eugen HoyosFix 8BPS RGB32 output, the alpha channel was ignored.
2011-12-06 Konstantin TodorovCode cleanup - mpegvideo.c - 500-1000line
2011-12-06 Janne Grunaurv40: NEON optimised weighted prediction
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
2011-12-06 Mans RullgardARM: move NEON H264 chroma mc to a separate file
2011-12-06 Janne Grunaurv34: NEON optimised inverse transform functions
2011-12-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-05 Michael Niedermayerlavc: Mark fields that require av_opt_ptr()
2011-12-05 Michael Niedermayerlavc: Fix sizeof(AVFrame) useability docs
2011-12-05 Michael Niedermayerlavc: Document AVFrame av_opt_ptr() relation.
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-12-05 Sjoerd Simonsg722: Change bits per sample to 4
2011-12-05 Martin Storsjög722dec: Signal skipping the lower bits via AVOptions...
2011-12-05 Michael Niedermayerlavc: Add a AVClass for AVFrames.
2011-12-04 Justin Rugglesapi-example: update to use avcodec_decode_audio4()
2011-12-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-04 Chris Berovadpcmenc: cosmetics: pretty-printing
2011-12-04 Chris Berovac3dec: cosmetics: pretty-printing
2011-12-04 Paul B. Maholshorten: remove dead initialization
2011-12-04 Reimar Döffingerroqvideodec: set AVFrame reference before reget_buffer.
2011-12-04 Carl Eugen Hoyosbmp: fix some 1bit samples.
2011-12-04 Michael Niedermayerh264: show when has_b_frames is being increased.
2011-12-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-03 Derek Buitenhuiswavpack: Properly clip samples during lossy decode
2011-12-03 Nathan Adil Maxsonzmbv.c: coding style clean-up.
2011-12-03 Nathan Adil Maxsonxan.c: coding style clean-up.
2011-12-03 Konstantin Todorovmpegvideo.c: code cleanup - first 500 lines.
2011-12-03 Reimar DöffingerAdd forgotten %ifdef HAVE_AVX.
2011-12-03 Ronald S. Bultjeh264: fix frame reordering code.
2011-12-03 ami_stuffBMP: Support BMP OS/2 v2 with RLE compression.
2011-12-03 Carl Eugen HoyosSupport decoding right-to-left targa files.
2011-12-03 Nicolas Georgeceltdec: adapt to avcodec_decode_audio4.
2011-12-03 Michael Niedermayerzmbv: fix 2 memleaks
2011-12-03 Michael Niedermayerzmbv: Fix keyframe fault protextion.
2011-12-03 Michael Niedermayeraudeo_get_buffer: fix pkt_pos
2011-12-03 Peter Rossiff: support ExtraHalfBrite (EHB) palette mode
2011-12-03 Peter Rosspictordec: decode 8bpp images when extra header marker...
2011-12-03 Carl Eugen HoyosSilence warnings when decoding QNAP Systems H264 codec.
2011-12-03 Michael Niedermayerg723_1dec: update to new API
2011-12-03 Michael Niedermayerg729dec: update to the new API
2011-12-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-02 Janne Grunauaac_latm: reconfigure decoder on audio specific config...
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-12-02 Mans Rullgardsvq1dec: avoid undefined get_bits(0) call
2011-12-02 Mans RullgardARM: h264dsp_neon cosmetics
2011-12-02 Janne GrunauARM: make some NEON macros reusable
2011-12-02 Aaron Colwellvp8: flush buffers on size changes.
2011-12-02 Peter Rosspictordec: support uncompressed images
2011-12-02 Mashiat Sarker Sha... Fix lms_update()
2011-12-02 Nathan Adil MaxsonCleaned up alacenc.c
2011-12-02 Carl Eugen HoyosBe less verbose when skipping RBSP data in H264 PPS.
2011-12-02 Carl Eugen HoyosBe less verbose when skipping MPEG-4 ASP frames.
2011-12-02 Carl Eugen HoyosSupport yuva420p encoding via libopenjpeg.
2011-12-02 Carl Eugen HoyosSupport tiff RGBA encoding.
2011-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-01 Carl Eugen HoyosSupport transparency in 32bit bmp files.
2011-12-01 Derek BuitenhuisRevert "libutvideodec: Make buf_size local"
2011-12-01 Mashiat Sarker Sha... Move num_lms reading out of a loop
2011-12-01 Mashiat Sarker Sha... Use correct value for range
2011-12-01 Mashiat Sarker Sha... Fix some int / int16_t / int32_t confusion
2011-12-01 Ronald S. Bultjeh264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT...
2011-12-01 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2011-12-01 Michael Niedermayerlibx264: Implement rgb24 support through a seperate...
2011-12-01 Mans RullgardARM: fix indentation in ff_dsputil_init_neon()
2011-12-01 Mans RullgardARM: NEON put/avg_pixels8/16 cosmetics
2011-12-01 Mans RullgardARM: add remaining NEON avg_pixels8/16 functions
2011-12-01 Mans RullgardARM: clean up NEON put/avg_pixels macros
2011-12-01 Michael Niedermayerlibx264: fix generic boolean support
2011-12-01 Michael Niedermayervc1_parser: fix NULL pointer dereference
2011-12-01 Michael Niedermayerh264: More restrictive more_rbsp_data_in_pps()
2011-12-01 Mans Rullgardrv34: align temporary block of "dct" coefs
2011-12-01 Peter Rosspictordec: prevent segfault when reading corrupted...
2011-12-01 Peter Rosspictordec: use correct context for another av_log
2011-12-01 Michael Niedermayervble: use dsp.add_hfyu_median_prediction() this allows...
2011-12-01 Michael Niedermayervble: remove flags copy, its not used in any speed...
2011-12-01 Derek Buitenhuisvble: merge len and val arrays
2011-12-01 Michael Niedermayervble: remove unused variable len.
2011-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-30 Michael BradshawBPP fix, YUVP9, 10, 16 support, make RGB24 default
2011-11-30 Carl Eugen HoyosUse correct context for av_log.
2011-11-30 Janne Grunaurv40: move loop filter to rv34dsp context
2011-11-30 Michael Niedermayerlavc: Fix side data handling for audio decoders.
2011-11-30 Michael Niedermayernellymoserdec: Use sidedata to support mid stream sampl...
2011-11-30 Michael Niedermayerlavc: horizontal align for IFF
2011-11-30 Mashiat Sarker Sha... Implement revert_mclms() and associated functions
2011-11-30 Mashiat Sarker Sha... Fix two more int16_t vs. int confusion
2011-11-30 Michael Niedermayerwmall: fix return type of dump_int_buffer()
2011-11-30 Michael Niedermayerwmall: remove tabs that leaked in from a merge and...
2011-11-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-29 Mashiat Sarker Sha... Init s->cdlms[][].recent to order - 1
2011-11-29 Mashiat Sarker Sha... Add a size argument to dump_int_buffer()
2011-11-29 Mashiat Sarker Sha... Get rid of logging that are not required anymore
next