Mercurial > libavcodec.hg
graph
-
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. libavcodecThu, 20 May 2010 23:09:11 +0000, by stefano
-
Change eval API to take parent log context and log level offset. libavcodecWed, 19 May 2010 22:55:29 +0000, by michael
-
fix x264 encoding when delay is > number of input frames libavcodecWed, 19 May 2010 20:48:29 +0000, by bcoudurier
-
Add a chomp BSF to consume zero padding at the end of a packet. libavcodecWed, 19 May 2010 20:18:40 +0000, by alexc
-
Make aac_decode_frame() consume zero padding at the end of a packet. libavcodecWed, 19 May 2010 20:18:34 +0000, by alexc
-
Fix signedness of q_delta field of the IVIMbInfo. libavcodecWed, 19 May 2010 06:46:50 +0000, by benoit
-
Factorize some code into the new function ff_toupper4(). libavcodecTue, 18 May 2010 19:16:40 +0000, by cehoyos
-
Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') libavcodecMon, 17 May 2010 09:53:59 +0000, by benoit
-
Change the order of parameters for ff_eval_expr() and libavcodecSun, 16 May 2010 23:00:22 +0000, by stefano
-
Add missing rawvideo pixel formats to codec tags mappings for nut. libavcodecSun, 16 May 2010 17:08:47 +0000, by stefano
-
Reindent after last commit on dxva2 h264 AVHWAccel. libavcodecFri, 14 May 2010 23:09:08 +0000, by fenrir
-
Fixed h264 long term support with dxva2 AVHWAccel. libavcodecFri, 14 May 2010 23:08:23 +0000, by fenrir
-
aacenc: Add a rate only trellis for codebook selection for the TLS. libavcodecFri, 14 May 2010 16:49:51 +0000, by alexc
-
aacenc: Use exact values when quantizing, not fuzzy values. libavcodecFri, 14 May 2010 16:49:40 +0000, by alexc
-
aacenc: Use an estimated codebook for the TLS (two loop search). libavcodecFri, 14 May 2010 16:49:30 +0000, by alexc
-
aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodecFri, 14 May 2010 16:49:21 +0000, by alexc
-
Fix compilation of AC3 decoder if E-AC3 decoder was disabled. libavcodecThu, 13 May 2010 20:41:36 +0000, by cehoyos
-
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodecThu, 13 May 2010 19:18:54 +0000, by rbultje
-
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodecThu, 13 May 2010 19:16:03 +0000, by rbultje
-
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodecThu, 13 May 2010 18:41:18 +0000, by mru
-
1.0 and the resulting exactly representable value must be marked as float as well, libavcodecThu, 13 May 2010 18:06:44 +0000, by michael
-
Cast constants to float to avoid gcc converting to and from libavcodecThu, 13 May 2010 17:58:17 +0000, by michael
-
Use standard C for implementing sign_extend() and zero_extend(). libavcodecThu, 13 May 2010 16:32:21 +0000, by michael
-
Move handling of paletted data to the IFF demuxer. This allows future libavcodecThu, 13 May 2010 15:39:40 +0000, by rbultje
-
Handle palette underflows, fill remaining space with black (zero) data. libavcodecThu, 13 May 2010 15:33:36 +0000, by rbultje
-
Move a while(..){..} -> do{..}while(..), slightly faster. libavcodecThu, 13 May 2010 13:18:25 +0000, by rbultje
-
Fix compilation with low precission mpeg audio decoding. libavcodecThu, 13 May 2010 10:04:31 +0000, by michael
-
Set coded_frame to NULL when closing a codec, since it might libavcodecWed, 12 May 2010 17:05:56 +0000, by reimar
-
Do the same sign flip optimization to the low freq decoder. libavcodecTue, 11 May 2010 21:31:54 +0000, by michael
-
Set cur_channel in the AAC encoder context where needed. libavcodecTue, 11 May 2010 18:53:49 +0000, by alexc
-
Remove unused FRAC_RND() macro from mpegaudiodec.c. libavcodecTue, 11 May 2010 14:49:48 +0000, by michael
-
mlpdec: Comment channel_params field in struct SubStream. libavcodecTue, 11 May 2010 01:46:13 +0000, by ramiro
-
mlpdec: Allocate channel decoding parameters for each substream. Some file libavcodecTue, 11 May 2010 01:44:52 +0000, by ramiro
-
Replace more "m" constraints with MANGLE to fix compilation issues libavcodecMon, 10 May 2010 21:16:08 +0000, by reimar
-
Ensure that width and height are > 0. avcodec_open() itself only checks that libavcodecMon, 10 May 2010 17:00:56 +0000, by rbultje
-
Check NAL unit size to avoid reading past the buffer. libavcodecMon, 10 May 2010 07:08:57 +0000, by benoit
-
Reorder nut specific codec tags and add a comment for marking them as libavcodecSun, 09 May 2010 23:04:06 +0000, by stefano
-
Add missing nut-specific codec tags for rawvideo pixel formats. libavcodecSun, 09 May 2010 23:04:03 +0000, by stefano
-
Make the codec tags for the yuvjXXX pixel formats the same as the libavcodecSun, 09 May 2010 23:04:01 +0000, by stefano
-
Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavcodecSun, 09 May 2010 22:56:04 +0000, by stefano
-
Remove "bps" parameter to decodeplane8/32(), it's unused. libavcodecSun, 09 May 2010 20:08:13 +0000, by rbultje
-
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodecSat, 08 May 2010 21:48:44 +0000, by rbultje
-
Another try for fixing/improving decode_video documentation. libavcodecSat, 08 May 2010 16:24:33 +0000, by reimar
-
Add intra refresh and crf-max support to the libavcodec libx264 wrapper. libavcodecThu, 06 May 2010 22:38:18 +0000, by darkshikari
-
10l: store the result of clipping added in r23035 libavcodecThu, 06 May 2010 20:38:42 +0000, by alexc
-
Error out when too many bits per frame are requested. libavcodecThu, 06 May 2010 20:35:10 +0000, by alexc
-
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodecThu, 06 May 2010 20:18:36 +0000, by alexc
-
schroenc: Use constant quality for constant quality, not noise threshold libavcodecWed, 05 May 2010 21:02:41 +0000, by conrad
-
schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodecWed, 05 May 2010 21:02:37 +0000, by conrad
-
Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodecMon, 03 May 2010 22:08:31 +0000, by rbultje
-
10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodecMon, 03 May 2010 19:21:35 +0000, by alexc
-
amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodecMon, 03 May 2010 05:57:48 +0000, by mstorsjo
-
Clarify how allocation works for the picture argument for libavcodecSun, 02 May 2010 16:07:29 +0000, by reimar
-
Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodecSat, 01 May 2010 18:45:02 +0000, by rbultje
-
Move the SBR patch count check to prevent overwrites. libavcodecFri, 30 Apr 2010 23:08:44 +0000, by alexc
-
Rewrite ff_sbr_apply in a manner more friendly to PS. libavcodecFri, 30 Apr 2010 21:43:23 +0000, by alexc
-
VP56: move vp56_edge_filter to new VP56DSPContext libavcodecFri, 30 Apr 2010 21:30:22 +0000, by mru
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodecWed, 28 Apr 2010 20:00:23 +0000, by michael
-
Move some branches outside looped code. Should improve the generated asm (and libavcodecMon, 26 Apr 2010 22:38:41 +0000, by rbultje
-
Switch some ints to unsigned (they can only have positive values, this allows libavcodecMon, 26 Apr 2010 22:37:13 +0000, by rbultje
-
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodecSun, 25 Apr 2010 15:05:16 +0000, by stefano
-
Add acelp_filters.o as QCELP decoder object file. libavcodecFri, 23 Apr 2010 16:45:38 +0000, by rbultje
-
ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodecThu, 22 Apr 2010 21:43:36 +0000, by jbr
-
Set .supported_samplerates for mpeg audio encoders. libavcodecThu, 22 Apr 2010 09:41:45 +0000, by michael
-
Move clipping of audio samples (for those codecs outputting float) from decoder libavcodecWed, 21 Apr 2010 17:57:48 +0000, by rbultje
-
Make the Sipr16k postfilter function write data into the target/output buffer. libavcodecWed, 21 Apr 2010 17:46:59 +0000, by rbultje
-
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodecWed, 21 Apr 2010 17:45:24 +0000, by rbultje
-
Split the input/output data arguments to ff_adaptive_gain_control(). libavcodecWed, 21 Apr 2010 17:43:52 +0000, by rbultje
-
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodecWed, 21 Apr 2010 13:19:00 +0000, by conrad
-
10l: do not try to unpack DTX frames in AMR-NB decoder libavcodecWed, 21 Apr 2010 13:05:25 +0000, by vitor
-
Remove explicit filename from Doxygen @file commands. libavcodecTue, 20 Apr 2010 14:45:34 +0000, by diego
-
cosmetics: Switch Doxygen comments to JavaDoc style. libavcodecTue, 20 Apr 2010 14:23:00 +0000, by diego
-
vp3: Don't crop if there's a left/top offset, it's wrong libavcodecSat, 17 Apr 2010 02:04:35 +0000, by conrad
-
H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodecThu, 15 Apr 2010 08:30:48 +0000, by gb
-
H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodecThu, 15 Apr 2010 08:27:06 +0000, by gb