annotate libschroedingerdec.c @ 6754:7094ae690809 libavcodec

Do not return -1 from void functions.
author cehoyos
date Thu, 08 May 2008 14:02:35 +0000
parents bdacae101076
children 7cd794be03ae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6738
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
1 /*
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
2 * Dirac decoder support via Schroedinger libraries
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
3 * Copyright (c) 2008 BBC, Anuradha Suraparaju <asuraparaju at gmail dot com >
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
4 *
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
5 * This file is part of FFmpeg.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
6 *
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
7 * FFmpeg is free software; you can redistribute it and/or
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
8 * modify it under the terms of the GNU Lesser General Public
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
9 * License as published by the Free Software Foundation; either
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
10 * version 2.1 of the License, or (at your option) any later version.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
11 *
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
12 * FFmpeg is distributed in the hope that it will be useful,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
15 * Lesser General Public License for more details.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
16 *
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
17 * You should have received a copy of the GNU Lesser General Public
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
18 * License along with FFmpeg; if not, write to the Free Software
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
20 */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
21
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
22 /**
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
23 * @file libschroedingerdec.c
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
24 * Dirac decoder support via libschroedinger-1.0 libraries. More details about
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
25 * the Schroedinger project can be found at http://www.diracvideo.org/.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
26 * The library implements Dirac Specification Version 2.2.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
27 * (http://dirac.sourceforge.net/specification.html).
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
28 */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
29
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
30 #include "avcodec.h"
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
31 #include "libdirac_libschro.h"
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
32 #include "libschroedinger.h"
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
33
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
34 #undef NDEBUG
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
35 #include <assert.h>
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
36
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
37
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
38 #include <schroedinger/schro.h>
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
39 #include <schroedinger/schrodebug.h>
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
40 #include <schroedinger/schrovideoformat.h>
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
41
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
42 /** libschroedinger decoder private data */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
43 typedef struct FfmpegSchroDecoderParams
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
44 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
45 /** Schroedinger video format */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
46 SchroVideoFormat *format;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
47
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
48 /** Schroedinger frame format */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
49 SchroFrameFormat frame_format;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
50
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
51 /** decoder handle */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
52 SchroDecoder* decoder;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
53
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
54 /** queue storing decoded frames */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
55 FfmpegDiracSchroQueue dec_frame_queue;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
56
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
57 /** end of sequence signalled */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
58 int eos_signalled;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
59
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
60 /** end of sequence pulled */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
61 int eos_pulled;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
62
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
63 /** decoded picture */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
64 AVPicture dec_pic;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
65 } FfmpegSchroDecoderParams;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
66
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
67 /**
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
68 * Returns FFmpeg chroma format.
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
69 */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
70 static enum PixelFormat GetFfmpegChromaFormat(SchroChromaFormat schro_pix_fmt)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
71 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
72 int num_formats = sizeof(ffmpeg_schro_pixel_format_map) /
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
73 sizeof(ffmpeg_schro_pixel_format_map[0]);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
74 int idx;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
75
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
76 for (idx = 0; idx < num_formats; ++idx) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
77 if (ffmpeg_schro_pixel_format_map[idx].schro_pix_fmt == schro_pix_fmt) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
78 return ffmpeg_schro_pixel_format_map[idx].ff_pix_fmt;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
79 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
80 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
81 return PIX_FMT_NONE;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
82 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
83
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
84 /*-------------------------DECODER------------------------------------------*/
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
85
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
86 static int libschroedinger_decode_init(AVCodecContext *avccontext)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
87 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
88
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
89 FfmpegSchroDecoderParams *p_schro_params = avccontext->priv_data ;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
90 /* First of all, initialize our supporting libraries. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
91 schro_init();
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
92
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
93 schro_debug_set_level(avccontext->debug);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
94 p_schro_params->decoder = schro_decoder_new();
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
95 schro_decoder_set_skip_ratio(p_schro_params->decoder, 1);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
96
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
97 if (!p_schro_params->decoder)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
98 return -1;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
99
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
100 /* Initialize the decoded frame queue. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
101 ff_dirac_schro_queue_init (&p_schro_params->dec_frame_queue);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
102 return 0 ;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
103 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
104
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
105 static void libschroedinger_decode_buffer_free (SchroBuffer *schro_buf,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
106 void *priv)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
107 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
108 av_freep(&priv);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
109 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
110
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
111 static void libschroedinger_decode_frame_free (void *frame)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
112 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
113 schro_frame_unref(frame);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
114 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
115
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
116 static void libschroedinger_handle_first_access_unit(AVCodecContext *avccontext)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
117 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
118 FfmpegSchroDecoderParams *p_schro_params = avccontext->priv_data;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
119 SchroDecoder *decoder = p_schro_params->decoder;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
120
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
121 p_schro_params->format = schro_decoder_get_video_format (decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
122
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
123 /* Tell FFmpeg about sequence details. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
124 if(avcodec_check_dimensions(avccontext, p_schro_params->format->width,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
125 p_schro_params->format->height) < 0) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
126 av_log(avccontext, AV_LOG_ERROR, "invalid dimensions (%dx%d)\n",
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
127 p_schro_params->format->width, p_schro_params->format->height);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
128 avccontext->height = avccontext->width = 0;
6754
7094ae690809 Do not return -1 from void functions.
cehoyos
parents: 6738
diff changeset
129 return;
6738
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
130 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
131 avccontext->height = p_schro_params->format->height;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
132 avccontext->width = p_schro_params->format->width;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
133 avccontext->pix_fmt =
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
134 GetFfmpegChromaFormat(p_schro_params->format->chroma_format);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
135
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
136 if (ff_get_schro_frame_format( p_schro_params->format->chroma_format,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
137 &p_schro_params->frame_format) == -1) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
138 av_log (avccontext, AV_LOG_ERROR,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
139 "This codec currently only supports planar YUV 4:2:0, 4:2:2 "
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
140 "and 4:4:4 formats.\n");
6754
7094ae690809 Do not return -1 from void functions.
cehoyos
parents: 6738
diff changeset
141 return;
6738
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
142 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
143
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
144 avccontext->time_base.den = p_schro_params->format->frame_rate_numerator;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
145 avccontext->time_base.num = p_schro_params->format->frame_rate_denominator;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
146
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
147 if (p_schro_params->dec_pic.data[0] == NULL)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
148 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
149 avpicture_alloc(&p_schro_params->dec_pic,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
150 avccontext->pix_fmt,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
151 avccontext->width,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
152 avccontext->height);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
153 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
154 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
155
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
156 static int libschroedinger_decode_frame(AVCodecContext *avccontext,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
157 void *data, int *data_size,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
158 const uint8_t *buf, int buf_size)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
159 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
160
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
161 FfmpegSchroDecoderParams *p_schro_params = avccontext->priv_data;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
162 SchroDecoder *decoder = p_schro_params->decoder;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
163 SchroVideoFormat *format;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
164 AVPicture *picture = data;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
165 SchroBuffer *enc_buf;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
166 SchroFrame* frame;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
167 int state;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
168 int go = 1;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
169
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
170 *data_size = 0;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
171
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
172 if (buf_size>0) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
173 unsigned char *in_buf = av_malloc(buf_size);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
174 memcpy (in_buf, buf, buf_size);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
175 enc_buf = schro_buffer_new_with_data (in_buf, buf_size);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
176 enc_buf->free = libschroedinger_decode_buffer_free;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
177 enc_buf->priv = in_buf;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
178 /* Push buffer into decoder. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
179 state = schro_decoder_push (decoder, enc_buf);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
180 if (state == SCHRO_DECODER_FIRST_ACCESS_UNIT)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
181 libschroedinger_handle_first_access_unit(avccontext);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
182 } else {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
183 if (!p_schro_params->eos_signalled) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
184 state = schro_decoder_push_end_of_stream(decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
185 p_schro_params->eos_signalled = 1;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
186 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
187 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
188
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
189 format = p_schro_params->format;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
190
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
191 while (go) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
192 /* Parse data and process result. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
193 state = schro_decoder_wait (decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
194 switch (state)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
195 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
196 case SCHRO_DECODER_FIRST_ACCESS_UNIT:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
197 libschroedinger_handle_first_access_unit (avccontext);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
198 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
199
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
200 case SCHRO_DECODER_NEED_BITS:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
201 /* Need more input data - stop iterating over what we have. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
202 go = 0;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
203 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
204
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
205 case SCHRO_DECODER_NEED_FRAME:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
206 /* Decoder needs a frame - create one and push it in. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
207
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
208 frame = schro_frame_new_and_alloc(NULL,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
209 p_schro_params->frame_format,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
210 format->width,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
211 format->height);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
212 schro_decoder_add_output_picture (decoder, frame);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
213 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
214
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
215 case SCHRO_DECODER_OK:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
216 /* Pull a frame out of the decoder. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
217 frame = schro_decoder_pull (decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
218
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
219 if (frame) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
220 ff_dirac_schro_queue_push_back(
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
221 &p_schro_params->dec_frame_queue,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
222 frame);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
223 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
224 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
225 case SCHRO_DECODER_EOS:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
226 go = 0;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
227 p_schro_params->eos_pulled = 1;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
228 schro_decoder_reset (decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
229 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
230
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
231 case SCHRO_DECODER_ERROR:
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
232 return -1;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
233 break;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
234 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
235 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
236
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
237 /* Grab next frame to be returned from the top of the queue. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
238 frame = ff_dirac_schro_queue_pop(&p_schro_params->dec_frame_queue);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
239
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
240 if (frame != NULL) {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
241 memcpy (p_schro_params->dec_pic.data[0],
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
242 frame->components[0].data,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
243 frame->components[0].length);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
244
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
245 memcpy (p_schro_params->dec_pic.data[1],
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
246 frame->components[1].data,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
247 frame->components[1].length);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
248
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
249 memcpy (p_schro_params->dec_pic.data[2],
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
250 frame->components[2].data,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
251 frame->components[2].length);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
252
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
253 /* Fill picture with current buffer data from Schroedinger. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
254 avpicture_fill(picture, p_schro_params->dec_pic.data[0],
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
255 avccontext->pix_fmt,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
256 avccontext->width, avccontext->height);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
257
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
258 *data_size = sizeof(AVPicture);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
259
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
260 /* Now free the frame resources. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
261 libschroedinger_decode_frame_free (frame);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
262 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
263 return buf_size;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
264 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
265
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
266
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
267 static int libschroedinger_decode_close(AVCodecContext *avccontext)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
268 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
269 FfmpegSchroDecoderParams *p_schro_params = avccontext->priv_data;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
270 /* Free the decoder. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
271 schro_decoder_free (p_schro_params->decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
272 av_freep(&p_schro_params->format);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
273
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
274 avpicture_free (&p_schro_params->dec_pic);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
275
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
276 /* Free data in the output frame queue. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
277 ff_dirac_schro_queue_free (&p_schro_params->dec_frame_queue,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
278 libschroedinger_decode_frame_free);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
279
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
280 return 0 ;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
281 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
282
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
283 static void libschroedinger_flush (AVCodecContext *avccontext)
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
284 {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
285 /* Got a seek request. Free the decoded frames queue and then reset
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
286 * the decoder */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
287 FfmpegSchroDecoderParams *p_schro_params = avccontext->priv_data;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
288
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
289 /* Free data in the output frame queue. */
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
290 ff_dirac_schro_queue_free (&p_schro_params->dec_frame_queue,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
291 libschroedinger_decode_frame_free);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
292
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
293 ff_dirac_schro_queue_init (&p_schro_params->dec_frame_queue);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
294 schro_decoder_reset(p_schro_params->decoder);
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
295 p_schro_params->eos_pulled = 0;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
296 p_schro_params->eos_signalled = 0;
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
297 }
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
298
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
299 AVCodec libschroedinger_decoder = {
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
300 "libschroedinger",
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
301 CODEC_TYPE_VIDEO,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
302 CODEC_ID_DIRAC,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
303 sizeof(FfmpegSchroDecoderParams),
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
304 libschroedinger_decode_init,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
305 NULL,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
306 libschroedinger_decode_close,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
307 libschroedinger_decode_frame,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
308 CODEC_CAP_DELAY,
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
309 .flush = libschroedinger_flush
bdacae101076 Add Dirac support through libschroedinger.
diego
parents:
diff changeset
310 };